Skip to content

Commit

Permalink
Rename .github to .github_disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Apr 21, 2024
1 parent f93b5a9 commit e00012f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
run: nox --keywords ${{ matrix.mappings }} --tags setup

- name: Prepare example project for upload
run: rm -rf .ctt/${{ matrix.mappings }}/.git
working-directory: .ctt/${{ matrix.mappings }}
run: |
rm -rf .git
mv .github .github_disabled
echo "This directory would be called `.github` in a real project, but it's renamed here to prevent the generated workflows from actually running." >> .github_disabled/README.md
- name: Upload example project
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e00012f

Please sign in to comment.