Skip to content

Commit

Permalink
CI: enable cache management
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 15, 2024
1 parent f3c12d2 commit ab404e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
tags: '*'
pull_request:

permissions:
actions: write
contents: read

concurrency:
# group by workflow and ref; the last slightly strange component ensures that for pull
# requests, we limit to 1 concurrent job, but for the master branch we don't
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Invalidations
on:
pull_request:

permissions:
actions: write
contents: read

concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: always.
Expand Down

0 comments on commit ab404e3

Please sign in to comment.