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 75d393c commit 40c3c1a
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('cr1', github.head_ref)
# if: github.event.pull_request.merged == true && startsWith('cr1', github.head_ref)
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 40c3c1a

Please sign in to comment.