We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab0193 commit 7cda9afCopy full SHA for 7cda9af
.github/workflows/generate_certs.yml
@@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
12
13
jobs:
14
generate_certs:
15
+ name: Generate Certs
16
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
17
runs-on: macos-latest
18
steps:
Gemfile.lock
@@ -223,6 +223,7 @@ GEM
223
PLATFORMS
224
x86_64-darwin-23
225
x86_64-linux
226
+ arm64-darwin-23
227
228
DEPENDENCIES
229
fastlane
0 commit comments