Skip to content

Commit

Permalink
chore: fix workflow perms and concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly committed Sep 11, 2023
1 parent f315dcf commit e238473
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 @@ -10,6 +12,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 e238473

Please sign in to comment.