Skip to content

Commit

Permalink
Update deploy-k8s.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Sep 21, 2023
1 parent af98186 commit 2324dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
GITHUB_COMMENT: ${{ secrets.GH_COMMENT }}
DOM_EKS: ${{ secrets.DOM_EKS }}
BASE: ${{ contains(github.event.pull_request.body, 'ci:next') && 'ci-base-php82' || 'ci-base' }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 2324dfc

Please sign in to comment.