Skip to content

Commit

Permalink
chore(auto-submit-urls): remove workflow run cleanup step
Browse files Browse the repository at this point in the history
Removed the 'Delete Workflow Runs' step from the 'auto-submit-urls.yml' workflow to
simplify the pipeline. The cleanup of URLs files remains unchanged.
  • Loading branch information
sudojia committed Jun 22, 2024
1 parent 958eda7 commit 3f62943
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/auto-submit-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
run: |
mvn compile exec:java -Dexec.mainClass="cn.imzjw.AutoSubmitUrlApplications"
- name: Delete Workflow Runs
uses: Mattraks/delete-workflow-runs@main
with:
retain_days: 1
keep_minimum_runs: 1

- name: Clean Up Files
run: |
if [ -f urls.txt ]; then rm -f urls.txt; echo "urls.txt file deleted."; fi
Expand Down

0 comments on commit 3f62943

Please sign in to comment.