Skip to content

Commit

Permalink
ci(macos): default value for dispatch inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed May 7, 2024
1 parent 2377f2b commit 00e7013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
inputs:
profiles:
type: string
required: true
default: '[{ "name": "debug", "flags": "" }]'

env:
CARGO_TERM_COLOR: always
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
# if: github.event.label.name == 'E2-forcemacos'
steps:
- uses: actions/checkout@v4
- id: profiles
run: |
profiles='{"name": "debug", "flags": ""}'
profiles="[${profiles}]"
echo "profiles=${profiles}" >> "$GITHUB_OUTPUT"
- name: Fork OSX checks
uses: gear-tech/fork-action@cl/required-checks
with:
Expand All @@ -51,4 +46,3 @@ jobs:
prefix: "build"
needs: '["dynamic-profiles"]'
jobs: '["macos-x86 (debug)", "macos-aarch64 (debug)"]'
inputs: '{ "profiles": "${{ steps.profiles.outputs.profiles }}" }'

0 comments on commit 00e7013

Please sign in to comment.