Skip to content

Commit

Permalink
remove redudant names
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Jan 5, 2024
1 parent 6d3ec35 commit 12226bd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
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 @@ env:
jobs:
verify-linux:
timeout-minutes: 30
name: Lint
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
timeout-minutes: 30
# Prevents changesets action from creating a PR on forks
if: github.repository == 'modernweb-dev/web'
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
jobs:
verify-linux:
timeout-minutes: 30
name: Browser tests
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
jobs:
verify-linux:
timeout-minutes: 30
name: Node tests
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: pull_request
jobs:
verify-windows:
timeout-minutes: 30
name: Windows tests
runs-on: windows-2022
steps:
- name: Set git to use LF
Expand Down

0 comments on commit 12226bd

Please sign in to comment.