Skip to content

Commit a5d4f37

Browse files
committed
Test: temp remove if blocker
1 parent aa342ba commit a5d4f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: dotnet publish .\src\Packer\Packer.csproj -o ./ -r win-x64
3939

4040
build-uploader:
41-
if: github.repository == 'CFPAOrg/Minecraft-Mod-Language-Package'
41+
# if: github.repository == 'CFPAOrg/Minecraft-Mod-Language-Package'
4242
name: Build / Cache Uploader
4343
runs-on: windows-latest
4444
steps:
@@ -118,7 +118,7 @@ jobs:
118118
concurrency:
119119
group: packer-upload
120120
cancel-in-progress: false
121-
if: github.repository == 'CFPAOrg/Minecraft-Mod-Language-Package'
121+
# if: github.repository == 'CFPAOrg/Minecraft-Mod-Language-Package'
122122
name: Upload Resource Packs to Various places
123123
needs: [ pack, build-uploader ]
124124
runs-on: windows-latest

0 commit comments

Comments
 (0)