diff --git a/.github/workflows/callable-build-docker-image.yml b/.github/workflows/callable-build-docker-image.yml index c27cc35..edc0ee8 100644 --- a/.github/workflows/callable-build-docker-image.yml +++ b/.github/workflows/callable-build-docker-image.yml @@ -19,9 +19,6 @@ jobs: - name: Checkout branch - ${{ github.head_ref || github.ref_name }} uses: actions/checkout@v3 -# - name: Debugging with tmate -# uses: mxschmitt/action-tmate@v3.16 - - name: Prepare Build Env Variables uses: ./.github/actions/prepare-env-variables/ id: prepare-build-env-variables diff --git a/.github/workflows/pr-build-test-docker-image.yml b/.github/workflows/pr-build-test-docker-image.yml index a2d0737..6a14546 100644 --- a/.github/workflows/pr-build-test-docker-image.yml +++ b/.github/workflows/pr-build-test-docker-image.yml @@ -21,7 +21,6 @@ jobs: # (github.event.action == 'labeled' && github.event.label.name == 'make-test-build') || # (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'make-test-build')) steps: - - uses: crazy-max/ghaction-dump-context@v2 - name: Remove `test-build` label uses: actions-ecosystem/action-remove-labels@v1 with: