mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 07:41:16 +00:00
Update
This commit is contained in:
parent
65f7a4635b
commit
5178803fe4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -2,6 +2,10 @@ name: Build
|
|||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fetch-deps:
|
fetch-deps:
|
||||||
name: Download original binaries
|
name: Download original binaries
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user