diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-12-07 09:46:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 09:46:57 +0100 |
commit | 4586560f9b89c38389e8fb3989d14649d2dfa189 (patch) | |
tree | b5b701851aac5d9507a0ed99c2b6713a521c4f5f /.github/workflows | |
parent | feb20080e8624923a4c5c94131f9263148fb66f6 (diff) | |
download | nextcloud-server-4586560f9b89c38389e8fb3989d14649d2dfa189.tar.gz nextcloud-server-4586560f9b89c38389e8fb3989d14649d2dfa189.zip |
Revert "Explicitly name node tests workflow"
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/node-tests.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index acbbaa487c2..fbb280873d8 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -1,4 +1,4 @@ -name: Node Tests +name: Node on: pull_request: @@ -28,7 +28,7 @@ jobs: test: runs-on: ubuntu-latest needs: versions - + steps: - name: Checkout uses: actions/checkout@v2 @@ -71,7 +71,7 @@ jobs: handlebars: runs-on: ubuntu-latest needs: versions - + steps: - name: Checkout uses: actions/checkout@v2 |