Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Oct 25, 2024
1 parent 40c3c1a commit 85373af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rerun-compare-chromium-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
## TODO: Temporary workaround for the above issue
# if: github.event.pull_request.merged == true
## TODO: replace before merging
if: startsWith('cr1', github.head_ref)
# if: github.event.pull_request.merged == true && startsWith('cr1', github.head_ref)
if: startsWith(github.head_ref, 'cr1')
# if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'cr1')
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 85373af

Please sign in to comment.