Skip to content

Commit

Permalink
fix(ci): Remove "diagnostics" jobs
Browse files Browse the repository at this point in the history
Would create spurious errors when encountering completely normal commit messages.
  • Loading branch information
reitzig committed Mar 11, 2024
1 parent a1d7523 commit 83a760e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ env:
DOCKERHUB_USER_NAME: "reitzig"

jobs:
diagnostics:
name: Log Workflow Information
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Git Revision"
run: echo "${GITHUB_REF}"
- name: "Github Event"
run: echo -e '${{ toJSON(github.event) }}'

test-create-minimal:
name: "Test: Create Minimal Image"
runs-on: ubuntu-latest
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/update-dockerhub-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ on:
workflow_dispatch:

jobs:
diagnostics:
name: Log Workflow Information
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Git Revision"
run: echo "${GITHUB_REF}"
- name: "Github Event"
run: echo -e '${{ toJSON(github.event) }}'

update-info:
name: Update Info
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83a760e

Please sign in to comment.