From 3916c1f4d574b09b90af5a3e57ead7f3602484a7 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 23 Jun 2024 12:53:56 +0200 Subject: [PATCH] Revert "test action for branch fetching" This reverts commit 5956eebacc5e6278491fefa14b5fd581f0eadaf3. --- .github/workflows/create-pack.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/create-pack.yml diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml deleted file mode 100644 index ea58ec828..000000000 --- a/.github/workflows/create-pack.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Create Pack -on: push - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Create Pack - uses: appleboy/ssh-action@v1.0.3 - with: - host: ${{ secrets.HOST }} - USERNAME: ${{ secrets.USERNAME }} - PORT: ${{ secrets.PORT }} - KEY: ${{ secrets.SSH }} - script: | - if [[ $({ github.ref_name }) == "main" ]]; then - exit 0 - fi \ No newline at end of file