Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 committed Dec 21, 2023
1 parent 99155c5 commit 9e136a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ on:
- '**'

jobs:
echo-test:
runs-on: ubuntu-latest
steps:
- run: echo "repo ${{ github.repository }}"
build-test-coverage:
if: ${{ ! startsWith(github.repository, 'TrueLayer/truelayer-java') }}
uses: ./.github/workflows/build-test-coverage.yml
with:
checkout_ref: ${{ github.ref }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/workflow-pr-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
types: [ opened, synchronize ]

jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo "repo ${{ github.repository }}"
access-check:
if: ${{ ! startsWith(github.repository, 'TrueLayer/truelayer-java') }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e136a5

Please sign in to comment.