Skip to content

Commit

Permalink
Update 010_init_database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
16bravo authored Feb 12, 2024
1 parent 26584de commit 43d35cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/010_init_database.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: DB Initialisation

on:
push:
branches:
- main
workflow_dispatch:

jobs:
init_db:
Expand Down Expand Up @@ -83,4 +81,4 @@ jobs:
with:
path: |
~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 comments on commit 43d35cb

Please sign in to comment.