Skip to content

Commit

Permalink
refactor: rename jobs, add dummy script
Browse files Browse the repository at this point in the history
  • Loading branch information
asawczyn committed Feb 27, 2024
1 parent fabf9d5 commit 3cbba85
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghp-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy:
ghp-deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
2 changes: 1 addition & 1 deletion .github/workflows/nbdev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: nbdev-test
on: [workflow_dispatch, pull_request, push]

jobs:
test:
nbdev-test:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/nbdev-ci@master]
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: python-check
on: [ pull_request, push ]

jobs:
check:
python-check:
strategy:
fail-fast: false
matrix:
Expand All @@ -19,9 +19,9 @@ jobs:
- name: Check
run: make check

test:
python-test:
needs:
- check
- python-check
strategy:
fail-fast: false
matrix:
Expand Down
Empty file removed scripts/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions scripts/run_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# mypy requires .py file in the directory
# file should be deleted later

0 comments on commit 3cbba85

Please sign in to comment.