Skip to content

Commit 553ac53

Browse files
committed
remove schedule nightly job
1 parent 4b46729 commit 553ac53

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test_build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Building JSON2RDF and testing
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * SAT'
64
push:
75

86
env:
@@ -16,7 +14,7 @@ jobs:
1614

1715
- uses: actions-rust-lang/setup-rust-toolchain@v1
1816
with:
19-
toolchain: ${{ github.event.schedule == '' && 'stable' || 'nightly' }}
17+
toolchain: stable
2018
cache: false
2119

2220
- name: Build
@@ -29,7 +27,7 @@ jobs:
2927
- uses: actions/checkout@v4
3028
- uses: actions-rust-lang/setup-rust-toolchain@v1
3129
with:
32-
toolchain: ${{ github.event.schedule == '' && 'stable' || 'nightly' }}
30+
toolchain: stable
3331
cache: false
3432

3533
- name: Run Rust integration tests

0 commit comments

Comments
 (0)