Different cell methods for 6hrPlevPt.prw and CF3hr.prw #57
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
name: New Issue Processing | |
on: | |
issues: | |
types: [opened, edited] | |
permissions: | |
issues: write | |
contents: write | |
id-token: write | |
pull-requests: write | |
# concurrency: | |
# group: "pages" | |
# cancel-in-progress: true | |
jobs: | |
# Specify the machine type | |
new-issue: | |
runs-on: ubuntu-latest # Added missing runs-on field | |
steps: | |
- name: Run the parser on a new issue | |
id: new-issue-action | |
uses: WCRP-CMIP/CMIPLD/actions/new-issue@main |