Skip to content

Commit

Permalink
workflow dispatch at top?
Browse files Browse the repository at this point in the history
  • Loading branch information
MIWdlB committed May 13, 2024
1 parent 4bfc882 commit 824545d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Linting

<<<<<<< HEAD
on: [workflow_call]

=======
on:
workflow_call

>>>>>>> bfb9069fff47a4d4f7597e3f0d72a8bc09c4e07d
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: PR CICD
on:
on: [workflow_dispatch]
pull_request:
branches:
- master
types:
- opened
- edited
workflow_dispatch


jobs:
build:
runs-on: ubuntu-latest
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
name: Testing

<<<<<<< HEAD
on: [workflow_call]
jobs:
test:
runs-on: ubuntu-latests
=======
on:
workflow_call

jobs:
test:
runs-on: ubuntu-latest
defaults:
continue-on-error: True
>>>>>>> bfb9069fff47a4d4f7597e3f0d72a8bc09c4e07d
runs-on: ubuntu-latests
steps:
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 824545d

Please sign in to comment.