Skip to content

Commit

Permalink
Merge branch 'RESTAPI-721-CI-notification-github' into 'master'
Browse files Browse the repository at this point in the history
github action for commit status

See merge request firecrest/firecrest!236
  • Loading branch information
Juan Pablo Dorsch committed Jul 27, 2023
2 parents 39f7bf7 + ff9c8dd commit 35e98a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/commit-status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Update commit status
on:
push:
branches:
- 'master'

jobs:
commit-internal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ouzi-dev/commit-status-updater@v2
with:
status: 'success'
url: 'https://git.cscs.ch/firecrest/firecrest/-/commit/${{ github.sha }}'
name: "CSCS internal CI pipeline"

0 comments on commit 35e98a1

Please sign in to comment.