Skip to content

Commit

Permalink
chore: fix workflow perms and concurrency (#746)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Sep 11, 2023
1 parent 922ddc5 commit 4338a94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Policy Test

permissions: {}

on:
push:
branches:
Expand All @@ -9,6 +11,10 @@ on:
- main
- release*

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

jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Kuttl Tests

permissions: {}

on:
workflow_dispatch: {}
pull_request:
Expand Down

0 comments on commit 4338a94

Please sign in to comment.