Skip to content

Commit 0f94868

Browse files
authored
Fix failure issue generation and remove CI Upstream badge (#694)
* Remove upstream CI badge from README * upstream-dev CI failure issue fix
1 parent 48a3d00 commit 0f94868

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/upstream-dev-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
- cron: "0 0 * * 0" # daily at 00:00 UTC
55
workflow_dispatch: # allows you to trigger the workflow run manually
66

7-
permissions:
8-
contents: read
9-
107
concurrency:
118
group: ${{ github.workflow }}-${{ github.ref }}
129
cancel-in-progress: true

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| CI | [![GitHub Workflow Status][github-ci-badge]][github-ci-link] [![GitHub Workflow Status][github-upstream-ci-badge]][github-upstream-ci-link] |
1+
| CI | [![GitHub Workflow Status][github-ci-badge]][github-ci-link] |
22
| :----------- | :----------------------------------------------------------: |
33
| **Docs** | [![Documentation Status][rtd-badge]][rtd-link] |
44
| **License** | [![License][license-badge]][repo-link] |
@@ -46,8 +46,6 @@ https://geocat-examples.readthedocs.io/en/latest/citation.html) page.
4646

4747
[github-ci-badge]: https://img.shields.io/github/actions/workflow/status/NCAR/geocat-examples/ci.yml?label=CI&style=for-the-badge
4848
[github-ci-link]: https://github.com/NCAR/geocat-examples/actions/workflows/ci.yml
49-
[github-upstream-ci-badge]: https://img.shields.io/github/actions/workflow/status/NCAR/geocat-examples/upstream-dev-ci.yml?&label=Upstream%20CI&style=for-the-badge
50-
[github-upstream-ci-link]: https://github.com/NCAR/geocat-examples/actions/workflows/upstream-dev-ci.yml
5149
[rtd-badge]: https://img.shields.io/readthedocs/geocat-examples/latest.svg?style=for-the-badge
5250
[rtd-link]: https://geocat-examples.readthedocs.io/en/latest/?badge=latest
5351
[license-badge]: https://img.shields.io/github/license/NCAR/geocat-examples?style=for-the-badge

0 commit comments

Comments
 (0)