diff options
| author | J08nY | 2025-12-03 17:50:21 +0100 |
|---|---|---|
| committer | J08nY | 2025-12-03 17:50:21 +0100 |
| commit | dc8f1b7ae03fb21c6709e0da2e4fabf1203804b6 (patch) | |
| tree | 60364ceec91e116a8ecc7e33a83799045a588390 /.github/workflows | |
| parent | ae86eed4506131d986c4ac1baee780f7fc00db45 (diff) | |
| download | std-curves-dc8f1b7ae03fb21c6709e0da2e4fabf1203804b6.tar.gz std-curves-dc8f1b7ae03fb21c6709e0da2e4fabf1203804b6.tar.zst std-curves-dc8f1b7ae03fb21c6709e0da2e4fabf1203804b6.zip | |
Rename runs.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/oids.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/validate.yml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/oids.yml b/.github/workflows/oids.yml index 8017400..e094368 100644 --- a/.github/workflows/oids.yml +++ b/.github/workflows/oids.yml @@ -7,10 +7,8 @@ on: branches: [ data ] jobs: - build: - + check: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v6 - name: Set up Python diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1aa7ee7..51363dc 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -7,7 +7,7 @@ on: branches: [ data ] jobs: - build: + check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 |
