diff --git a/.github/workflows/01.deploy_to_production.yml b/.github/workflows/01.deploy_to_production.yml index 4180780..193d824 100644 --- a/.github/workflows/01.deploy_to_production.yml +++ b/.github/workflows/01.deploy_to_production.yml @@ -28,8 +28,6 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.event.workflow_run.head_branch }} - uses: ./.github/workflows/setup name: Setup