Skip to content

Commit a90c580

Browse files
fix action names
1 parent 9a3c6ff commit a90c580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: AST Javascript wrapper CI
22

33
on: [pull_request]
44
jobs:
5-
build:
5+
integration-tests:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
jobs:
9-
publish-gpr:
9+
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)