Skip to content

Commit 4fca3b5

Browse files
committed
change name from test repo to this one
1 parent f07a1d5 commit 4fca3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/remove_template_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010

11-
# Run a cleaning process only if the workflow is triggered by the non-"template_test" repository.
11+
# Run a cleaning process only if the workflow is triggered by the non-"toolbox-workshop-protocol-template" repository.
1212
template-cleanup:
1313
name: Template Cleanup
1414
runs-on: ubuntu-latest
15-
if: github.event.repository.name != 'template_test'
15+
if: github.event.repository.name != 'toolbox-workshop-protocol-template'
1616
permissions:
1717
contents: write
1818
steps:

0 commit comments

Comments
 (0)