We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07a1d5 commit 4fca3b5Copy full SHA for 4fca3b5
.github/workflows/remove_template_files.yml
@@ -8,11 +8,11 @@ on:
8
9
jobs:
10
11
- # Run a cleaning process only if the workflow is triggered by the non-"template_test" repository.
+ # Run a cleaning process only if the workflow is triggered by the non-"toolbox-workshop-protocol-template" repository.
12
template-cleanup:
13
name: Template Cleanup
14
runs-on: ubuntu-latest
15
- if: github.event.repository.name != 'template_test'
+ if: github.event.repository.name != 'toolbox-workshop-protocol-template'
16
permissions:
17
contents: write
18
steps:
0 commit comments