Skip to content

Commit

Permalink
Merge pull request #40 from os-climate/enable-manual-workflow
Browse files Browse the repository at this point in the history
Chore: Temporarily enable manual workflow invocation
  • Loading branch information
ModeSevenIndustrialSolutions authored Oct 23, 2023
2 parents 7a2858c + 9fb7727 commit 553e446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "🧪 Linting checks"

# yamllint disable-line rule:truthy
on:
workflow_dispatch:
pull_request:
types:
[opened, reopened, edited]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
name: "⛔️ Security auditing"

on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
types:
[opened, reopened, edited]
Expand All @@ -31,7 +32,7 @@ jobs:
- name: "Install dependencies"
run: |
pip install --upgrade pip
pdm lock
# pdm lock
pdm export -o requirements.txt
python -m pip install -r requirements.txt
python -m pip install .
Expand Down

0 comments on commit 553e446

Please sign in to comment.