mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-24 12:39:04 +00:00
Still helps if I commit valid YAML
This commit is contained in:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -9,7 +9,6 @@ on:
|
||||
jobs:
|
||||
dependencies:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bahmutov/npm-install@v1
|
||||
@@ -20,6 +19,7 @@ jobs:
|
||||
path: static/
|
||||
key: static-${{ hashFiles('package-lock.json') }}-${{ hashFiles('RIGS/static') }}
|
||||
test:
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
needs: dependencies
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user