Skip to content

Commit

Permalink
devops: do not re-push to stable roll PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 11, 2024
1 parent 32484bc commit 3d37afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/roll-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Change branch
run: git checkout release-${{ steps.determine-version.outputs.result }} || exit 0
- name: Install dependencies
run: npm ci
- name: Delete previous Stable
Expand Down

0 comments on commit 3d37afe

Please sign in to comment.