Skip to content

Commit

Permalink
add callable
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Jan 23, 2024
1 parent e803fda commit e45a729
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/callable.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
workflow_call:

jobs:
callable:
runs-on: ubuntu-latest
steps:
- name: Callable Step 1
run: echo "called"
jobs:
callable:
runs-on: ubuntu-latest
steps:
- name: Callable Step 1
run: echo "called"

0 comments on commit e45a729

Please sign in to comment.