Skip to content

Commit

Permalink
debug docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeptnegli committed Sep 15, 2023
1 parent c45bb6b commit f563f68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge, deployment"
MERGE_METHOD: "rebase"
MERGE_READY_STATE: "clean"
UPDATE_METHOD: "rebase"
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
debug:
runs-on: ubuntu-latest

steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🎉 event info ${{ github.event.pull_request }}"

prerequisites:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit f563f68

Please sign in to comment.