Well the YAML was *syntactically* valid....

This commit is contained in:
2021-01-28 02:33:49 +00:00
parent cde46cc8e4
commit d109ee231f

View File

@@ -9,7 +9,6 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
needs: dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest