Skip to content

Commit

Permalink
Finished debug of CI failures on Github
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 17, 2024
1 parent d293281 commit 493df32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: hdf5 dev autotools CI

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cve.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: cve dev

on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
paths-ignore:
Expand Down

0 comments on commit 493df32

Please sign in to comment.