Skip to content

Commit

Permalink
run everything on all triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Nov 13, 2024
1 parent 81a39b5 commit 7bac999
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/preliminary_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ concurrency:

jobs:
check-matrix:
if: ${{ github.event.action != 'edited' }}
name: ${{ matrix.config.name }}
runs-on: ubuntu-latest
container: ghcr.io/facebookincubator/velox-dev:check
Expand Down Expand Up @@ -78,10 +77,8 @@ jobs:
fi
title-check:
name: CC Titel
name: CC PR Titel
runs-on: ubuntu-latest
# Run this on every commit for now to notify existing PRs after they rebase
# if: ${{ github.event.action == 'opened' || github.event.action == 'edited' }}
steps:
- shell: python
env:
Expand Down

0 comments on commit 7bac999

Please sign in to comment.