Skip to content

Commit

Permalink
GHA: don't build our various third-party libraries on a pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 1, 2024
1 parent 6af25a9 commit 0728eb9
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/LLVMClang.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: LLVMClang

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/OpenSSL.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: OpenSSL

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/SUNDIALS.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: SUNDIALS

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/libCOMBINE.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: libCOMBINE

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/libNuML.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: libNuML

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/libSBML.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: libSBML

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/libSEDML.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: libSEDML

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/libcurl.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: libcurl

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/libssh2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: libssh2

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/libxml2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: libxml2

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/zipper.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: zipper

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/zlib.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: zlib

on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0728eb9

Please sign in to comment.