mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-18 11:52:23 -05:00
temporarily disable event check in artifact ci job
need to test something
This commit is contained in:
parent
65f4878c5c
commit
65fc4322de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
name: 'Upload artifacts'
|
||||
needs: build-current-toolchain
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
|
||||
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue