Skip to content

Commit

Permalink
Fix concurrency setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 2, 2024
1 parent 548a37c commit 1428869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
required: true
openssl-version:
default: "3.1.6"
concurrency: builds_txt
jobs:
schedule:
name: "Schedule nightly"
Expand All @@ -32,6 +31,7 @@ jobs:
name: "Build OTP macOS ${{ matrix.arch }}"
if: github.event.inputs
runs-on: macos-latest
concurrency: builds_txt
env:
OTP_REF_NAME: ${{ inputs.otp-ref-name }}
OPENSSL_VERSION: ${{ inputs.openssl-version }}
Expand Down

0 comments on commit 1428869

Please sign in to comment.