]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
test rollback and some workflow edit
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Sun, 12 Jan 2025 08:11:59 +0000 (18:11 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Sun, 12 Jan 2025 08:11:59 +0000 (18:11 +1000)
.github/workflows/benchmarks.yml
.github/workflows/labeler-review.yml
.github/workflows/publish.yml
.github/workflows/update-credits.yml

index 3a6129c7a6bcc53ec31169fc67d9af4ced279325..491c4075e444b0c140ed8661322a8e755aca7174 100644 (file)
@@ -30,7 +30,7 @@ jobs:
         script: |
           mkdir benchmark_run_content_${{ github.sha }}
           cd benchmark_run_content_${{ github.sha }}
-          git clone https://github.com/space-wizards/space-station-14.git repo_dir --recursive
+          git clone https://github.com/MaxSMokeSkaarj/space-station-14.git repo_dir --recursive
           cd repo_dir
           git checkout ${{ github.sha }}
           cd Content.Benchmarks
index 0adfee7d0e5dbad6977516c007ecc2fb734367f0..b5b4c609f280f2de82adbb498c7a971fee0acde1 100644 (file)
@@ -5,7 +5,7 @@ on:
 jobs:
   add_label:
     # Change the repository name after you've made sure the team name is correct for your fork!
-    if: ${{ (github.repository == 'space-wizards/space-station-14') && (github.event.review.state == 'APPROVED') }}
+    if: ${{ (github.repository == 'MaxSMokeSkaarj/space-station-14') && (github.event.review.state == 'APPROVED') }}
     permissions:
       contents: read
       pull-requests: write
index adc2136054e9ddb8c73667ef6544c6ec5f621480..3808a93074c4c4548032f285168e43ec55e0d494 100644 (file)
@@ -11,7 +11,7 @@ jobs:
 
     steps:
     - name: Install dependencies
-      run: sudo apt-get update && sudo apt-get install -y python3-paramiko python3-lxml python3-requests
+      run: sudo apt-get install -y python3-paramiko python3-lxml
 
     - uses: actions/checkout@v3.6.0
       with:
@@ -33,7 +33,7 @@ jobs:
       run: dotnet build Content.Packaging --configuration Release --no-restore /m
 
     - name: Package server
-      run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64 --platform win-x86 --plat
+      run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64
 
     - name: Package client
       run: dotnet run --project Content.Packaging client --no-wipe-release
index 87babfa2a6881aab7a9eeb0baf6a042e3b53fc6b..7889604f90716e01823822694e51dd428d62e7a4 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     # Hey there fork dev! If you like to include your own contributors in this then you can probably just change this to your own repo
     # Do this in dump_github_contributors.ps1 too into your own repo
-    if: github.repository == 'space-wizards/space-station-14'
+    if: github.repository == 'MaxSMokeSkaarj/space-station-14'
     
     steps:
       - uses: actions/checkout@v3.6.0