Skip to content

Commit

Permalink
Group pages actions by ref
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Nov 10, 2022
1 parent 9aeeb34 commit 707d95f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Expand Up @@ -14,9 +14,9 @@ permissions:
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false
concurrency:
group: pages-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 707d95f

Please sign in to comment.