Skip to content

Commit cd43848

Browse files
atulmguptaCopilot
andcommitted
fix(ci): always run si-canonical-gate on push and PR
Required checks plus path filters produced 0-job workflow-file failures. Run on every push/PR with ubuntu-latest so the job starts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6c6c050 commit cd43848

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/si-canonical-gate.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,7 @@ name: si-canonical-gate
2525

2626
on:
2727
push:
28-
paths:
29-
- 'internal/**/*.go'
30-
- 'cmd/**/*.go'
31-
- 'web/src/**/*.ts'
32-
- 'web/src/**/*.tsx'
33-
- 'migrations/**/*.sql'
34-
- '.github/workflows/si-canonical-gate.yml'
3528
pull_request:
36-
paths:
37-
- 'internal/**/*.go'
38-
- 'cmd/**/*.go'
39-
- 'web/src/**/*.ts'
40-
- 'web/src/**/*.tsx'
41-
- 'migrations/**/*.sql'
42-
- '.github/workflows/si-canonical-gate.yml'
4329
workflow_dispatch:
4430
inputs:
4531
runner:
@@ -60,7 +46,7 @@ permissions:
6046
jobs:
6147
check:
6248
name: Block new legacy unit-suffixed identifiers
63-
runs-on: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.runner || 'ubuntu-latest' }}
49+
runs-on: ubuntu-latest
6450
steps:
6551
- uses: actions/checkout@v4
6652
with:

0 commit comments

Comments
 (0)