Skip to content

Commit

Permalink
work on pr_afn_k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
julsemaan committed Mar 23, 2024
1 parent 4354377 commit 03cdf32
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
workflow_dispatch:
branches: ['**']

concurrency:
group: prs-to-afn-k8s

jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,6 +44,9 @@ jobs:
--push-retry 5
pr_afn_k8s:
concurrency:
group: prs-to-afn-k8s
cancel-in-progress: false
needs: docker
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
workflow_dispatch:
branches: ['**']

concurrency:
group: prs-to-afn-k8s

jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,6 +64,9 @@ jobs:
pr_afn_k8s:
needs: docker
concurrency:
group: prs-to-afn-k8s
cancel-in-progress: false
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
workflow_dispatch:
branches: ['**']

concurrency:
group: prs-to-afn-k8s

jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,6 +40,9 @@ jobs:
pr_afn_k8s:
needs: docker
concurrency:
group: prs-to-afn-k8s
cancel-in-progress: false
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
workflow_dispatch:
branches: ['**']

concurrency:
group: prs-to-afn-k8s

jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,6 +40,9 @@ jobs:

pr_afn_k8s:
needs: docker
concurrency:
group: prs-to-afn-k8s
cancel-in-progress: false
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 03cdf32

Please sign in to comment.