Skip to content

Commit

Permalink
ci: disable actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 19, 2024
1 parent 14bff85 commit 038df46
Show file tree
Hide file tree
Showing 88 changed files with 238 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ABI
on:
push:
branches:
- develop
- develop-

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/alien.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: alien
on:
workflow_dispatch:
schedule:
- cron: "7 0 * * *"
# schedule:
# - cron: "7 0 * * *"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm64-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: arm64 auto

on:
push:
branches: [develop]
branches: develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/arm64-fbsd-f-j.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: arm64 fbsd f j

on: [push, pull_request]
on:
push:
branches: develop-

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/arm64-lin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: arm64 lin

on: [push, pull_request]
on:
push:
branches: develop-

jobs:
aarch64_job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: arm64

on:
push:
branches: [develop]
branches: develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/armv7-lin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: armv7 lin

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
armv7:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: auto

on:
push:
branches: develop
branches: develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
branches: [ develop- ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cyg-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: cyg auto

on:
push:
branches: [ develop ]

branches:
- develop-
jobs:
test:
name: "cyg auto"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/cyg-ninja-sh-ompi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: cyg ninja sh ompi

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
test:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/cyg-ninja.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: cyg ninja

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: d

on:
push:
branches: [develop]
branches:
- develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: hdf5 dev daily build
# Controls when the action will run. Triggers the workflow on a schedule
on:
workflow_dispatch:
schedule:
- cron: "6 0 * * *"
# schedule:
# - cron: "6 0 * * *"

permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Remote Dispatch Action Initiator
on:
push:

branches:
- develop-

jobs:
ping-pong:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dpkg.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: dpkg
on:
workflow_dispatch:
schedule:
- cron: "7 0 * * *"
# schedule:
# - cron: "7 0 * * *"

permissions:
contents: read
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/fbsd-d.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: fbsd d

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/fbsd-f-j.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: fbsd f j

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/fbsd-lf-j.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: fbsd lf j

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/fbsd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: fbsd

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/h5py.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: h5py
on:
workflow_dispatch:
schedule:
- cron: "6 0 * * *"
# schedule:
# - cron: "6 0 * * *"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hdfeos5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
branches: [ develop- ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: mac13 ios

on:
workflow_dispatch:
push:
branches: [ develop ]

branches:
- develop-
jobs:
build:
name: mac13 ios
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-auto-aocc-d-f-ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin auto aocc d f ompi
on:
push:
branches:
- develop
- develop-
pull_request:
branches:
- develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lin-auto-aocc-f-ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: lin auto aocc f ompi
on:
push:
branches:
- develop
- develop-
pull_request:
branches:
- develop
- develop-
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-auto-aocc-ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
branches:
- develop
- develop-
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-auto-icx-d-p-sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin auto icx d p sf
on:
push:
branches:
- develop
- develop-
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-auto-icx-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin auto icx d
on:
push:
branches:
- develop
- develop-
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-auto-icx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin auto icx
on:
push:
branches:
- develop
- develop-

permissions:
contents: read
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lin-auto-jl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: lin auto jl

on: [push, pull_request]
on:
push:
branches:
- develop-

jobs:
julia:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lin-auto-ndk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: lin auto ndk

on: [push, pull_request]
on:
push:
branches: develop-

jobs:
build:
Expand Down
20 changes: 1 addition & 19 deletions .github/workflows/lin-auto-nvhpc-f-sh-p-sf.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
name: lin auto nvhpc f sh p sf

on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
- 'doc/**'
- 'release_docs/**'
- 'ACKNOWLEDGEMENTS'
- 'COPYING**'
- '**.md'

# Using concurrency to cancel any in-progress job or run
concurrency:
group: ${{ github.workflow }}-${{ github.sha || github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: read
branches: develop-

jobs:
build:
Expand Down
22 changes: 2 additions & 20 deletions .github/workflows/lin-auto-nvhpc-f-sh-p.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
name: lin auto nvhpc f sh p

on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
- 'doc/**'
- 'release_docs/**'
- 'ACKNOWLEDGEMENTS'
- 'COPYING**'
- '**.md'

# Using concurrency to cancel any in-progress job or run
concurrency:
group: ${{ github.workflow }}-${{ github.sha || github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: read

branches: develop-

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lin-auto-ompi-dr-mr-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: lin auto ompi dr mr s3

on:
push:
branches: [ develop ]
workflow_dispatch:
branches: develop-

jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lin-auto-ompi-ts-dr-mr-s3-sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: lin auto ompi ts dr mr s3 sf

on:
push:
branches: [ develop ]
workflow_dispatch:
branches: develop-


jobs:
build:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 038df46

Please sign in to comment.