Skip to content

Commit

Permalink
fix(ci): restore master and release CI workflow permissions.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Sep 10, 2024
1 parent 0034c3f commit a6f3105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ on:
# Checks if any concurrent jobs is running for master CI and eventually cancel it
concurrency:
group: ci-master
cancel-in-progress: true

permissions:
contents: read
cancel-in-progress: true

jobs:
fetch-version:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
concurrency:
group: ci-release
cancel-in-progress: true

permissions:
contents: read

jobs:
release-settings:
Expand Down

0 comments on commit a6f3105

Please sign in to comment.