Skip to content

Commit

Permalink
Fix screenshot test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed May 7, 2023
1 parent 46dabb5 commit 8bffce2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CompareScreenshot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CompareScreenshot

on:
push:
branches:
- main
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompareScreenshotComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- id: switch-companion-branch
env:
BRANCH_NAME: companion_${{ github.event.workflow_run.head_branch }}
run:
run: |
# orphan means it will create no history branch
git branch -D $BRANCH_NAME || true
git checkout --orphan $BRANCH_NAME
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/StoreScreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down

0 comments on commit 8bffce2

Please sign in to comment.