mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11: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]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
fetch-deps:
|
||||
name: Download original binaries
|
||||
|
||||
Loading…
Reference in New Issue
Block a user