diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f6bc58..474c3e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,6 @@ jobs: run: | git fetch origin staging:staging git reset --hard staging - - name: Remove Dockerfile changes - run: | - git reset HEAD Dockerfile - git checkout -- Dockerfile - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: