We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2439bd commit 59b8b18Copy full SHA for 59b8b18
4 files changed
.github/workflows/openmpi.yml
@@ -1,4 +1,8 @@
1
name: Using OpenMPI
2
+
3
+permissions:
4
+ contents: read
5
6
on:
7
push:
8
branches:
.github/workflows/pnetcdf_c_master.yml
name: Test PnetCDF-C master branch
workflow_dispatch:
inputs:
.github/workflows/pnetcdf_c_official.yml
name: Test PnetCDF-C latest official release
.github/workflows/static.yml
@@ -1,6 +1,9 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
# Runs on pushes targeting the default branch
9
0 commit comments