We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b46729 commit 553ac53Copy full SHA for 553ac53
1 file changed
.github/workflows/test_build.yml
@@ -1,8 +1,6 @@
1
name: Building JSON2RDF and testing
2
3
on:
4
- schedule:
5
- - cron: '0 0 * * SAT'
6
push:
7
8
env:
@@ -16,7 +14,7 @@ jobs:
16
14
17
15
- uses: actions-rust-lang/setup-rust-toolchain@v1
18
with:
19
- toolchain: ${{ github.event.schedule == '' && 'stable' || 'nightly' }}
+ toolchain: stable
20
cache: false
21
22
- name: Build
@@ -29,7 +27,7 @@ jobs:
29
27
- uses: actions/checkout@v4
30
28
31
32
33
34
35
- name: Run Rust integration tests
0 commit comments