1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Cancel CI jobs for old commits in PR (#18505)

This commit is contained in:
Michał Janiszewski
2022-11-04 08:21:23 +01:00
committed by GitHub
parent aa685e4cf6
commit 815ae2ebbc

View File

@@ -24,6 +24,12 @@ env:
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }} OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }} BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
OPENRCT2_VERSION: 0.4.2 OPENRCT2_VERSION: 0.4.2
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: jobs:
lint-commit: lint-commit:
name: Lint Commit Message name: Lint Commit Message