From cabc9bdd7810e4e813c7769f4f50cc02ce22941b Mon Sep 17 00:00:00 2001 From: Matthew Quinn Date: Thu, 26 Sep 2024 16:04:56 +0100 Subject: [PATCH] [skip ci] hi --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 532988bbf3..6819a963fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: # Building #------------------------- - # Test 13 + # Test 12 build_package: name: Build and Cache Packages @@ -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!"