Skip to content

Commit

Permalink
Update test-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Sep 25, 2024
1 parent 6c71147 commit f8ad0f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push, pull_request, workflow_dispatch]

jobs:
trigger-cli-build:
name: Trigger metacall/cli Build
name: Trigger CLI Docker Build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4

Expand All @@ -23,6 +23,7 @@ jobs:
install-local:
name: Install Metacall via Default Installation (local)
runs-on: ubuntu-latest
if: always()
needs: trigger-cli-build
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f8ad0f4

Please sign in to comment.