]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
test commit fix
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 23 Jun 2025 14:01:00 +0000 (00:01 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 23 Jun 2025 14:01:00 +0000 (00:01 +1000)
.github/workflows/publish.yml

index b78df78150a043904e40ae3751e32126a951ffd8..76ccf5637a065a5eb5dc3ebcf770b7a7f4497997 100644 (file)
@@ -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