Skip to content

Commit

Permalink
Disabling old work-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Jan 30, 2025
1 parent 954d4ca commit 9effa50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI

on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *' # This line schedules the workflow to run at 00:00 on the first day of every month
# on:
# push:
# pull_request:
# schedule:
# - cron: '0 0 1 * *' # This line schedules the workflow to run at 00:00 on the first day of every month

jobs:
build:
Expand Down

0 comments on commit 9effa50

Please sign in to comment.