Skip to content

Commit 507145a

Browse files
committed
Rename job to validate
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent fd671c3 commit 507145a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-only.yml .github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: ci-only
1+
name: validate
22

33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
validate:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master

0 commit comments

Comments
 (0)