Skip to content

Commit

Permalink
Build: Workflow file syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
benbucksch committed Jul 18, 2024
1 parent adb18a3 commit 9eed4a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/installer-linux-parula.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Parula Installers for Linux

on:
workflow_dispatch # manually triggered
workflow_dispatch: # manually triggered
push:
tags: 'v*'

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/installer-linux.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Installers for Linux

on:
workflow_dispatch # manually triggered
workflow_dispatch: # manually triggered
push:
tags: 'v*'

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/installer-mac-parula.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Parula Installers for Mac OS X

on:
workflow_dispatch # manually triggered
workflow_dispatch: # manually triggered
push:
tags: 'v*'

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/installer-mac.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Installers for Mac OS X

on:
workflow_dispatch # manually triggered
workflow_dispatch: # manually triggered
push:
tags: 'v*'

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/installer-windows-parula.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Parula Installers for Windows

on:
workflow_dispatch # manually triggered
workflow_dispatch: # manually triggered
push:
tags: 'v*'

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/installer-windows.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Installers for Windows

on:
workflow_dispatch # manually triggered
workflow_dispatch: # manually triggered
push:
tags: 'v*'

Expand Down

0 comments on commit 9eed4a5

Please sign in to comment.