Skip to content

Commit

Permalink
Update (#3196)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Sep 6, 2024
1 parent 20ef71c commit 91d3b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI Pull Request

on: [pull_request]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI Merge

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: macos-14-xlarge
steps:
- name: Install Apple Certificate
uses: apple-actions/import-codesign-certs@v1
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CERTIFICATEXC }}
p12-password: ${{ secrets.CERTIFICATEXC_PASS }}
Expand Down

0 comments on commit 91d3b0e

Please sign in to comment.