Skip to content

Commit fe0bacc

Browse files
committed
Run basic-validation job always in CI as it is safe
1 parent a12be2b commit fe0bacc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ permissions:
2828
pull-requests: read
2929

3030
jobs:
31-
# Basic validation job - runs for PRs and pushes without secrets
31+
# Basic validation job - runs for all triggers without secrets
3232
basic-validation:
3333
name: Build and lint
3434
runs-on: ubuntu-latest
35-
if: github.event_name == 'pull_request' || github.event_name == 'push'
3635

3736
steps:
3837
- name: Checkout sources

0 commit comments

Comments
 (0)