Skip to content
Snippets Groups Projects
Unverified Commit f297ebdf authored by Bernd Prünster's avatar Bernd Prünster Committed by GitHub
Browse files

Prune all actions when mirroring

parent 9898966d
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Remove unwanted files
run: |
git rm .github/workflows/mirror.yml
git rm .github/workflows/publish-dry-run.yml
git rm .github/workflows/publish-pages-only.yml
git rm .github/workflows/publish.yml
git rm .github/workflows/build-jvm.yml
git rm .github/workflows/build-ios.yml
git rm -r .github/workflows
- name: Commit cleanup changes
run: git commit -m "Prepare mirroring"
- name: Set destination to ${{ vars.MIRROR_REMOTE }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment