Skip to content

Commit

Permalink
removed deleting isye production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb committed Apr 21, 2024
1 parent 4edda09 commit 026100d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,5 @@ jobs:
git config --global user.name "GitHub Actions"
git commit -a -m "[GitHub Action] Synced with CEC parent repo"
- name: Delete the production branch from ISYE
run: |
git push mirror --delete production --force || true
- name: Push to the ISYE main branch
run: git push mirror production:main --force

0 comments on commit 026100d

Please sign in to comment.