Skip to content

Commit

Permalink
clean-up on block
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislovskiy committed Apr 15, 2024
1 parent 7a5821e commit 1b07ae2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/2024_PyConDE_explore_default_shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ run-name: "MANUAL - 🔬 Show Default Shell (run by - ${{ github.triggering_acto

on:
workflow_dispatch:
pull_request:

jobs:
show_default_shell:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/2024_PyConDE_explore_environemnt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ run-name: "MANUAL - 🔬 Show Default Env (run by - ${{ github.triggering_actor

on:
workflow_dispatch:
pull_request:

jobs:
show_default_shell:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/2024_PyConDE_random_generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ run-name: "MANUAL - 🔬 Show Default Env (run by - ${{ github.triggering_actor

on:
workflow_dispatch:
pull_request:

jobs:
random-number-generator:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/2024_PyConDE_reusable_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "2024 PyCON DE ♻️ My Reusable Workflow"
run-name: "MANUAL - ♻️ My Reusable Workflow (run by - ${{ github.triggering_actor }})"

on:
pull_request:
workflow_call:
inputs:
example_param:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/2024_PyConDE_trigger_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: "2024 PyCON DE ♻️ Trigger Reusable Workflow"
run-name: "MANUAL - ♻️ Trigger Reusable Workflow (run by - ${{ github.triggering_actor }})"

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
trigger_workflow:
Expand Down

0 comments on commit 1b07ae2

Please sign in to comment.