diff --git a/.github/workflows/test-env.yml b/.github/workflows/test-env.yml deleted file mode 100644 index 53ac011..0000000 --- a/.github/workflows/test-env.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Test Build - Auth Server - -on: - push: - branches: - - main - pull_request: - branches: - - main - -env: - REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }} - - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: print to console - run: echo "Hello Watchdog! ${{secrets.TEST}} ${{github.repository}} ${{env.REGISTRY}}" \ No newline at end of file