Explicitly remove workflows
This commit is contained in:
parent
705237b486
commit
1d107e901c
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
||||
run: |
|
||||
for TAG in ${NEW_TAGS}; do
|
||||
git checkout -b release/${TAG} ${TAG}
|
||||
git rm .github/workflows/*
|
||||
git commit -m "Remove existing workflows"
|
||||
git rev-list --no-merges --reverse main ^upstream/main | git cherry-pick --stdin
|
||||
done
|
||||
for TAG in ${NEW_TAGS}; do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user