diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-01-07 03:46:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-01-07 03:46:42 +0000 |
| commit | e5b33e6eef7d5cf0718b08376f27b1fbf97ae74f (patch) | |
| tree | eddfc023fbbd1de3a82d27a9999810c84badc944 /.github/workflows | |
| parent | dbee52c9d6009539992b19c649cdfb4352921b61 (diff) | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/style.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index a84d32b65c04..a4d5adb90df3 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -7,8 +7,6 @@ name: Style Checker # is proving elusive, so optimizations welcome. on: - push: - branches: [ main, 'stable/13', 'stable/14' ] pull_request: # maybe pull_request_target branches: [ main ] types: [ opened, reopened, edited ] @@ -26,10 +24,6 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - name: Install packages run: | sudo apt-get update --quiet || true |
