Skip to content

Commit

Permalink
ci: add missing checkout in scout cron job and enable workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Oct 17, 2024
1 parent 220a1d4 commit af67d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scout-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Scout Images
on:
schedule:
- cron: '10 9 * * 1' # 9:10 on Monday
workflow_dispatch:

jobs:
releases:
Expand Down Expand Up @@ -35,6 +36,7 @@ jobs:
- dockerhubaneo/armonik_core_bench_test_client
version: ${{ fromJSON(needs.releases.outputs.releases) }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Login to Docker Hub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
Expand Down

0 comments on commit af67d53

Please sign in to comment.