Skip to content

Commit 2de89b4

Browse files
authored
Merge pull request tegonal#151 from tegonal/feature/gt-placeholder
add gt-placeholder to cleanup.yml to allow installing dependencies
2 parents 32d64dd + 4cb5892 commit 2de89b4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/.github/workflows/cleanup.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v5
25+
26+
#gt-placeholder-install-dependencies-start
27+
#gt-placeholder-install-dependencies-end
28+
2529
- name: Cleanup Sources
2630
run: ./scripts/cleanup-on-push-to-main.sh
31+
2732
- name: Create Pull Request if necessary
2833
uses: peter-evans/create-pull-request@v7
2934
with:

0 commit comments

Comments
 (0)