Skip to content

Commit

Permalink
Add missing runs-on field
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Mar 31, 2024
1 parent b6f8882 commit 88f20ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/feature_powerset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: echo "should_run2=true" >> "$GITHUB_OUTPUT"

check_output:
runs-on: ubuntu-latest
needs: check_trigger
steps:
- run: echo ${{ needs.check_trigger.outputs.should_run1 }}
Expand Down

0 comments on commit 88f20ad

Please sign in to comment.