mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Fix CI job a unique name so it can be used as a requirement for PRs
It seems as though the UI only selects by job name and we use the name "build" everywhere.
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: echo ok go
|
- run: echo ok go
|
||||||
|
|
||||||
build:
|
compile-and-test:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: activate
|
needs: activate
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user