Skip to content

Merge branch 'RESTAPI-move-ci-from-fulen' into 'master' #75

Merge branch 'RESTAPI-move-ci-from-fulen' into 'master'

Merge branch 'RESTAPI-move-ci-from-fulen' into 'master' #75

Workflow file for this run

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"