Skip to content

Commit

Permalink
reschedule cron
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 14, 2024
1 parent 82d9e75 commit 543e515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ticcltools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: C/C++ CI

on:
schedule:
- cron: "0 20 5 * 5" # run test once a month
- cron: "1 20 6 * *" # run test on the 6-th every month at 20:01
push:
branches:
- master
- action

paths:
- configure.ac
- 'src/**'
Expand Down Expand Up @@ -68,6 +68,6 @@ jobs:
with:
branch: ${{ github.ref_name }}
nickname: ${{ env.nick }}
step: test
step: build
status: ${{ env.action_status }}
details: ${{ env.action_details }}

0 comments on commit 543e515

Please sign in to comment.