diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index ab41185c..94d84b58 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest steps: + - run: echo preview-${{ github.ref }} - name: Checkout uses: actions/checkout@v3 - uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e215baad..a6a17620 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,6 @@ on: jobs: test-deploy: name: Test deployment - if: ${{github.event_name != 'pull_request'}} runs-on: ubuntu-latest steps: # NOTE: for debugging CI this allow shell access to github runner. Will print out tmate.io terminal url