Skip to content

Commit e502ab7

Browse files
authored
chore: Update workflows (#106)
* ci: update actions Signed-off-by: Josh Soref <[email protected]> * ci: only run release for memgraph/orb Signed-off-by: Josh Soref <[email protected]> --------- Signed-off-by: Josh Soref <[email protected]>
1 parent d80ccc0 commit e502ab7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
build_and_test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- uses: actions/setup-node@v1
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
1212
node-version: "16.x"
1313

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
if: github.repository == 'memgraph/orb'
1112
steps:
12-
- uses: actions/checkout@v1
13-
- uses: actions/setup-node@v1
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1415
with:
1516
node-version: "16.x"
1617

0 commit comments

Comments
 (0)