Skip to content

Commit

Permalink
[skip ci] hi
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Sep 26, 2024
1 parent 2577345 commit cabc9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Building
#-------------------------

# Test 13
# Test 12

build_package:
name: Build and Cache Packages
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
name: Publish prerelease on merge commit to master
needs: [build_package]
# Only publish on PR merges to master, and tag builds
if: ${{ ( github.repository_owner == 'mquinnfd' ) && ( ( github.ref == 'refs/heads/merge-test' && github.event.pull_request.merged ) || ( needs.build_package.outputs.is_tag_build ) ) }}
if: ${{ ( github.repository_owner == 'mquinnfd' ) && ( ( github.ref == 'refs/heads/merge-test' && github.event.pull_request.merged == true ) || ( needs.build_package.outputs.is_tag_build == true ) == true ) }}
runs-on: ubuntu-latest
steps:
- run: echo "time to run publishing!"
Expand Down

0 comments on commit cabc9bd

Please sign in to comment.