Skip to content

Commit

Permalink
try these two
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislovskiy committed Apr 15, 2024
1 parent 7923e81 commit 35adcbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/2024_PyConDE_reusable_workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: My Reusable Workflow

on:
pull_request:
workflow_dispatch:
inputs:
example_param:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/2024_PyConDE_trigger_workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Trigger My Reusable Workflow

on:
pull_request:
push:
branches:
- main
Expand All @@ -10,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Reusable Workflow
uses: Kislovskiy/talks/.github/workflows/my_reusable_workflow.yml
uses: Kislovskiy/talks/.github/workflows/2024_PyConDE_reusable_workflow.yml
with:
example_param: 'Hello, World!'

0 comments on commit 35adcbf

Please sign in to comment.