Skip to content

Commit

Permalink
Rename invalidations CI test
Browse files Browse the repository at this point in the history
In some parts of the GitHub UI, only 'evaluate' is showing, which
is not helpful. A more meaningful name alleviates this problem.
  • Loading branch information
lgoettgens authored Jul 13, 2023
1 parent 766c3db commit 7a5cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
evaluate:
compare-invalidations:
# Only run on PRs to the default branch.
# In the PR trigger above branches can be specified only explicitly whereas this check should work for master, main, or any other default branch
if: github.base_ref == github.event.repository.default_branch
Expand Down

0 comments on commit 7a5cd18

Please sign in to comment.