Skip to content

Commit

Permalink
can run workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Jul 5, 2022
1 parent 0853698 commit 5381e82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches:
- master

workflow_dispatch:

jobs:

Expand All @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.9.x"
python-version: "3.10.x"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches:
- master

workflow_dispatch:

jobs:

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.9.x"
python-version: "3.10.x"

- name: Install Poetry
# https://github.com/snok/install-poetry#running-on-windows
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_loader_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

env:
NAME: workflow
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.9.x"
python-version: "3.10.x"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_loader_redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

env:
NAME: workflow
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.9.x"
python-version: "3.10.x"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 5381e82

Please sign in to comment.