We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ba77a commit 49c98f9Copy full SHA for 49c98f9
.github/workflows/nightly.yml
@@ -86,6 +86,19 @@ jobs:
86
env:
87
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
88
FAILED_PRODUCT: ${{ matrix.products }}
89
+
90
+ sweepers:
91
+ runs-on: ubuntu-latest
92
+ needs: nightly
93
+ if: always()
94
+ steps:
95
+ # Checkout should always be before setup-go to ensure caching is working
96
+ - name: Checkout
97
+ uses: actions/checkout@v4
98
+ - name: Install Go
99
+ uses: actions/setup-go@v5
100
+ with:
101
+ go-version: 1.22
102
- name: Run Sweepers
103
run: go run -v ./cmd/scw-sweeper
104
0 commit comments