Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
ci(release): ability to skip intermediate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Mar 28, 2022
1 parent f3dee60 commit 10e7b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
npm-token: ${{ secrets.NPM_TOKEN }}
if: ${{ github.ref == 'refs/heads/develop' }}
concurrency: alpha
cancel-in-progress: true

# Hotfix stage
hotfix:
Expand All @@ -42,6 +43,7 @@ jobs:
npm-token: ${{ secrets.NPM_TOKEN }}
if: ${{ github.ref == 'refs/heads/main' }}
concurrency: hotfix
cancel-in-progress: true

sfpowerscripts-beta:
name: 'sfpowerscripts Beta'
Expand Down

0 comments on commit 10e7b75

Please sign in to comment.