Skip to content

Commit

Permalink
schedule the action to run twice a month
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMontanari authored Nov 26, 2024
1 parent 2b7cae1 commit 6b2be8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-opengjk-examples.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run all demos
run-name: ${{ github.actor }} is running
on: [push]
on:
push:
schedule:
- cron: '0 0 1,15 * *'
jobs:
C_GCC:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b2be8e

Please sign in to comment.