Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '25 15 * * 3'
push:
branches:
- '*-software.eessi.io'
- 'main'

# Declare default permissions as read only.
permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_eessi_container_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Tests for eessi_container.sh script
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
workflow_dispatch:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Test software licenses
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Tests
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_archdetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Tests for eessi_archdetect.sh
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_eessi_extend_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Tests for EESSI-extend module functionality in software.eessi.io
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_eessi_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Tests for eessi_module_functionality in software.eessi.io
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Tests for init scripts
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_init_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Check for EESSI init shell scripts to load eessi software module in software.eessi.io
on:
push:
branches: [ "*-software.eessi.io" ]
branches: [ "main" ]
pull_request:
workflow_dispatch:
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_link_nvidia_host_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test NVIDIA Host Libraries Linking
on:
push:
branches:
- '*-software.eessi.io' # Matches any branch ending with '-software.eessi.io'
- 'main'
pull_request:
paths:
- 'scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh' # PR changes only relevant for this specific file
Expand Down Expand Up @@ -196,4 +196,4 @@ jobs:
echo "$output" | grep "have already been linked" || { echo "Missing 'already linked' message"; exit 1; }

echo "Second normal run test passed"