Skip to content

Commit 87426ed

Browse files
committed
bump pixi version in readme every three months
1 parent ce8f9d0 commit 87426ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
branches: [main]
88
merge_group:
99
schedule:
10-
- cron: 0 6 * * MON
10+
# every 3 months
11+
- cron: 0 0 1 */3 *
12+
workflow_dispatch:
1113

1214
jobs:
1315
build:
@@ -54,6 +56,7 @@ jobs:
5456
5557
reference-latest-pixi-version-in-readme:
5658
name: Reference latest Pixi version in README
59+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
5760
runs-on: ubuntu-latest
5861
permissions:
5962
contents: write

0 commit comments

Comments
 (0)