Skip to content

Commit

Permalink
Run schedualed sweeper after acceptance tests complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 7, 2023
1 parent f89486e commit b187e79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/acceptance-test-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Checkout
uses: actions/checkout@v2
Expand All @@ -30,13 +30,15 @@ jobs:
SPACES_SECRET_ACCESS_KEY: ${{ secrets.SPACES_SECRET_ACCESS_KEY }}

sweep:
if: ${{ always() }}
needs: acceptance
runs-on: ubuntu-latest

steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b187e79

Please sign in to comment.