From: MaxSMokeSkaarj Date: Mon, 23 Jun 2025 14:01:00 +0000 (+1000) Subject: test commit fix X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fa12f7d787b0e6ef48f0bcf830f956b28d8dcca5;p=space-station-14.git test commit fix --- 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