Skip to content

Commit

Permalink
Fix broken e2e in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Oct 7, 2020
1 parent bc85183 commit 59d0a83
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 263 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:
- main
- next

pull_request:
pull_request_target:
branches:
- main
- next
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
cache: ${{ env.PNPM_CACHE_FOLDER }}

- name: check versions are valid
if: github.event.pull_request
if: github.event.pull_request_target
run: pnpm ci:version:check

- name: create versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- next
pull_request:
pull_request_target:
types: [opened, synchronize]
branches:
- next
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pull-requests.yml
@@ -1,7 +1,7 @@
name: label pr

on:
- pull_request
- pull_request_target

jobs:
labeler:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-sponsors.yml
@@ -1,7 +1,7 @@
name: label sponsor

on:
pull_request:
pull_request_target:
types: [opened]
issues:
types: [opened]
Expand Down

3 comments on commit 59d0a83

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://remirror.io as production
πŸš€ Deployed on https://5f7e046b58f5bd18b6741a12--remirror.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://remirror.io as production
πŸš€ Deployed on https://5f7edfd73afb313c0c438de9--remirror.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://remirror.io as production
πŸš€ Deployed on https://5f7eef3d230a7b4c48b25aae--remirror.netlify.app

Please sign in to comment.