From 382f7dec601c447dee201d3ca311adbc021af9d3 Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:13:28 -0500 Subject: [PATCH] make it run --- .github/workflows/ewyles-testing-arm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ewyles-testing-arm.yaml b/.github/workflows/ewyles-testing-arm.yaml index 140f2258..30ea750a 100644 --- a/.github/workflows/ewyles-testing-arm.yaml +++ b/.github/workflows/ewyles-testing-arm.yaml @@ -1,4 +1,4 @@ -name: Temp Workflow to test Publish +name: Temp Workflow to test a Fake Publish on: push: @@ -10,7 +10,6 @@ permissions: jobs: fake-publish: - if: ${{ needs.tag-new-version.outputs.release_created == 'true' }} runs-on: ubuntu-latest name: Temp - Publish ${{ matrix.flavor }} ${{ matrix.architecture }} strategy: