Skip to content

Commit 10f11de

Browse files
committed
test cron job
1 parent dd812ee commit 10f11de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/eumserver_security_check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: EUM Server Tests
22

33
on:
4-
# schedule:
5-
# - cron: "* * * * *"
4+
schedule:
5+
- cron: "*/30 * * * *" # every 30 min
66
# "0 8 1,15 * *" At 08:00 on day-of-month 1 and 15.
77
push:
88

@@ -34,7 +34,7 @@ jobs:
3434
--nvdApiKey ${{ secrets.NVD_API_KEY }}
3535
--nvdApiDelay 10000
3636
- name: Upload test results
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: dependency-check-report-eum-server
4040
path: ${{ github.workspace }}/reports
@@ -44,4 +44,4 @@ jobs:
4444
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
4545
webhook-type: incoming-webhook
4646
payload: |
47-
text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nhttps://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
47+
text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nPlease check the report here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)