Merge pull request #5096 from eisenhauer/fix-sysvshmem-option #2429
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2026 Oak Ridge National Laboratory and Contributors | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: external | |
| on: | |
| push: | |
| pull_request_target: | |
| permissions: | |
| contents: read | |
| jobs: | |
| generate_statuses: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| statuses: write | |
| steps: | |
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4 | |
| - uses: Kitware/cdash-status@697751fc655b300a9e16e285f2e2ee981f59e45a # release | |
| with: | |
| project: ADIOS |