Skip to content

Commit 7f30edd

Browse files
Merge pull request #32 from spinframework/cron-tlc
Some cleanup and modernizing of the cron trigger
2 parents 21c01b6 + d8ee7be commit 7f30edd

File tree

14 files changed

+2083
-895
lines changed

14 files changed

+2083
-895
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
permissions:
1313
contents: write
1414

15+
# Construct a concurrency group to be shared across workflow runs.
16+
# The default behavior ensures that only one is running at a time, with
17+
# all others queuing and thus not interrupting runs that are in-flight.
18+
concurrency: ${{ github.workflow }}
19+
1520
env:
1621
PROGRAM_NAME: trigger-cron
1722

@@ -37,7 +42,7 @@ jobs:
3742
- name: Install Rust
3843
uses: dtolnay/rust-toolchain@stable
3944
with:
40-
toolchain: 1.82
45+
toolchain: 1.86
4146
targets: ${{ matrix.config.target }}
4247
- name: Install Spin
4348
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)