Skip to content

Commit 5ff6cbb

Browse files
committed
cleanup and update github .yml files
1 parent 0a9f4e8 commit 5ff6cbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check_all.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
schedule:
7-
- cron: '31 17 * * *'
7+
- cron: '31 17 * 1,12 *'
88

99
jobs:
1010
works-on-latest-v-and-ubuntu:
@@ -21,10 +21,10 @@ jobs:
2121
repository: vlang/v
2222

2323
- name: Build V
24-
run: make && ./v symlink -githubci
24+
run: make && ./v symlink
2525

2626
- name: Checkout V AoC repo
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
path: aoc
3030

.github/workflows/check_changed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
repository: vlang/v
2020

2121
- name: Build V
22-
run: make && ./v symlink -githubci
22+
run: make && ./v symlink
2323

2424
- name: Checkout V AoC repo
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)