Skip to content

Commit

Permalink
Final update to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0dium committed Apr 19, 2022
1 parent 15ad062 commit 21df6d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: Djagno Datatable View Tests

on: push
on:
push:
schedule:
- cron: '0 1 * * 5'

jobs:
cancel:
Expand Down Expand Up @@ -151,7 +154,7 @@ jobs:
pip uninstall -y Django
pip install Django${{ matrix.django-version }}
- name: Run Django Tests
- name: Run ${{ matrix.db }} Django ${{ matrix.django-version }} Tests
env:
PYTHONWARNINGS: once::DeprecationWarning
DB_TYPE: ${{ matrix.db }}
Expand Down Expand Up @@ -204,6 +207,7 @@ jobs:

release:
name: Release
if: ${{ github.event_name != 'schedule' }}
runs-on: ubuntu-latest
needs: [ 'cancel', 'outdated', 'black', 'pre-commit', 'security', 'tests', 'coverage' ]
outputs:
Expand Down

0 comments on commit 21df6d5

Please sign in to comment.