Skip to content

Commit

Permalink
Quotes...
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Feb 23, 2024
1 parent 8aaa74b commit c62bcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/waste_time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

concurrency:
# Don't cancel on main
group: ${{ github.workflow }}-${{ github.ref == refs/heads/main && github.run_id || github.event.pull_request_number || github.ref }}
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.event.pull_request_number || github.ref }}
cancel-in-progress: true


Expand Down

0 comments on commit c62bcf2

Please sign in to comment.