From fa12f7d787b0e6ef48f0bcf830f956b28d8dcca5 Mon Sep 17 00:00:00 2001 From: MaxSMokeSkaarj Date: Tue, 24 Jun 2025 00:01:00 +1000 Subject: [PATCH] test commit fix --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b78df78150..76ccf5637a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Fail if we are attempting to run on the master branch - if: ${{GITHUB.REF_NAME == 'master'}} && github.repository == 'MaxSMokeSkaarj/space-station-14' - run: exit 1 + #- name: Fail if we are attempting to run on the master branch + #if: ${{GITHUB.REF_NAME == 'master'}} && github.repository == 'MaxSMokeSkaarj/space-station-14' + #run: exit 1 - name: Install dependencies run: sudo apt-get install -y python3-paramiko python3-lxml -- 2.52.0