Skip to content

Commit a134560

Browse files
committed
ci: microfix not part of recent commit
1 parent 442b962 commit a134560

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches-ignore:
77
# don't double-build dependabot PRs
88
- dependabot/**
9-
tags:
9+
tags: ["**"]
1010
pull_request:
1111
workflow_dispatch:
1212

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818

1919
jobs:
2020
# Job to run linter / autoformat
21-
2221
lint:
2322
runs-on: ubuntu-20.04
2423
steps:
@@ -56,8 +55,6 @@ jobs:
5655
npm audit --production --audit-level=moderate
5756
5857
test:
59-
# no need to wait for lint
60-
# needs: lint
6158
runs-on: ubuntu-20.04
6259
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategy
6360
strategy:

0 commit comments

Comments
 (0)