Remove if guard in linux workflow

This commit is contained in:
sagudev 2023-04-06 20:05:36 +02:00
parent 76e9c68ac7
commit 2f3364a291

View file

@ -50,7 +50,6 @@ env:
jobs:
build-linux:
if: github.repository == 'servo/servo' || github.event_name == 'push'
name: Build
runs-on: ubuntu-20.04
steps: