Skip to content

Commit

Permalink
test(jobs): working as expected
Browse files Browse the repository at this point in the history
(cherry picked from commit 6f4b284)

# Conflicts:
#	.github/workflows/cache-issues.yaml
  • Loading branch information
fruch authored and mergify[bot] committed Jul 9, 2024
1 parent 484d850 commit 2086d1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cache-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Cache issues status
on:
schedule:
- cron: '0 */6 * * *'
<<<<<<< HEAD
=======
workflow_dispatch:
# TODO: Add for test, remove before merge
push:
pull_request:
>>>>>>> 6f4b284d (test(jobs): working as expected)

jobs:
collect_n_upload:
Expand Down

0 comments on commit 2086d1d

Please sign in to comment.