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 e45a729 commit 50f48a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jobs:
callable:
runs-on: ubuntu-latest
steps:
- name: Callable Step 1
- name: Callable Step 1
run: echo "called"
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
call-workflow:
uses: ./.github/workflows/callable.yml
uses: ./.github/../callable.yml

one:
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 50f48a0

Please sign in to comment.