Skip to content

Commit 270f472

Browse files
committed
Disable PR checks on fujiversal branch temporarily
1 parent 9754c72 commit 270f472

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
branches:
77
- "**"
88
- "!release"
9+
- "!fujiversal"
910
tags:
1011
- "!**"
1112
pull_request:
1213
# Do not build release branch
1314
branches:
1415
- "**"
1516
- "!release"
17+
- "!fujiversal"
1618

1719
jobs:
1820
tagged-release:

.github/workflows/build-fujinet-pc.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
branches:
2626
- "**"
2727
- "!release"
28+
- "!fujiversal"
2829

2930
schedule:
3031
- cron: '12 3 * * *'
@@ -192,7 +193,7 @@ jobs:
192193
with:
193194
name: fujinet-pc-${{ matrix.fujinet_target }}_${{ steps.version.outputs.fujinet }}_${{ matrix.os.target }}
194195
path: build/fujinet-pc-${{ matrix.fujinet_target }}_${{ steps.version.outputs.fujinet }}_${{ matrix.os.target }}.tar
195-
196+
196197
release:
197198
if: ${{ github.event_name == 'schedule' || github.event.inputs.prepRelease == 'true' }}
198199
# Create GitHub release
@@ -208,13 +209,13 @@ jobs:
208209

209210
- name: Display structure of downloaded files
210211
run: ls -lR release
211-
212+
212213
- name: Zip release files
213214
working-directory: release
214215
run: |
215216
for D in fujinet-pc-*_*ubuntu* fujinet-pc-*_*macos*; do gzip -9v $D/fujinet-pc-*_*.tar; done
216217
for D in fujinet-pc-*_*windows*; do (cd $D; F=(fujinet-pc-*_*.tar); tar -xvf $F; rm -f $F; zip -r ${F%.*}.zip fujinet-pc-*); done
217-
218+
218219
- name: Prepare Release Draft
219220
if: ${{ github.event.inputs.prepRelease == 'true' }}
220221
uses: softprops/action-gh-release@v2
@@ -235,7 +236,7 @@ jobs:
235236
FujiNet-PC **${{ needs.build.outputs.fujinet_version }}** nightly builds for: Apple 2, Atari 8-bit and Tandy Color Computer
236237
⚠️ There is NO guarantee that these builds work!! ⚠️
237238
tag_name: nightly_fn_pc_${{ needs.build.outputs.fujinet_version }}
238-
prerelease: true
239+
prerelease: true
239240
make_latest: false
240241
files: |
241242
release/fujinet-pc-*_*/fujinet-pc-*_*.tar.gz

0 commit comments

Comments
 (0)