These jobs have no dependencies on other jobs, nor should they be uncancelable.
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
jobs:
lint:
runs-on: macos-14
- if: always() && github.repository == 'LadybirdBrowser/ladybird'
+ if: github.repository == 'LadybirdBrowser/ladybird'
steps:
- uses: actions/checkout@v4
@@ -8,7 +8,7 @@ on: [pull_request_target]
runs-on: ubuntu-24.04
- name: Lint PR commits