Skip to content

Commit

Permalink
gh: remove job name from single job workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Dec 14, 2023
1 parent 84988d8 commit 034509a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches: [main]

jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches: [main]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 034509a

Please sign in to comment.