Skip to content

Commit

Permalink
optimize test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Apr 5, 2023
1 parent 3859c3b commit c9821e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignore-branch-workflows: true
retention-time: '0 days'
retain-run-count: 0
ignore-branch-workflows: false
retention-time: '0 weeks'
retain-run-count: 3
dry-run: false
- name: Get outputs
run: |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ or
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-token: ${{ secrets.MY_TOKEN }}
ignore-branch-workflows: true
retention-time: '1 days'
retain-run-count: 1
Expand Down

0 comments on commit c9821e6

Please sign in to comment.