Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
beeyev committed May 29, 2023
1 parent d3f2c08 commit 1d1af62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/callable-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-build-test-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d1af62

Please sign in to comment.