Skip to content

Commit

Permalink
fix: disable requirement for testing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Apr 29, 2024
1 parent f49e0c0 commit 224e883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Expand Up @@ -141,7 +141,7 @@ jobs:
echo "iso-upload-dir=${ISO_UPLOAD_DIR}" >> $GITHUB_OUTPUT
- name: Upload ISOs and Checksum to Job Artifacts
if: github.ref_name == 'testing'
#if: github.ref_name == 'testing'
#if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 224e883

Please sign in to comment.