Skip to content

Commit

Permalink
to continue
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 8, 2024
1 parent 10ffda6 commit e01633a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Release MacOS ARM64
on:
workflow_run:
workflows: ['Release']
types:
- completed
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
macos:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Release Windows
on:
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed
workflow_run:
workflows: ['Release']
types:
- completed

# TODO re-activate petsc copy in WindowPackage.m4, line 172
jobs:
windows:
name: EXE release
runs-on: windows-latest

defaults:
run:
shell: msys2 {0}
Expand Down

0 comments on commit e01633a

Please sign in to comment.