Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): general updates #8

Merged
merged 2 commits into from
Nov 18, 2023
Merged

chore(ci): general updates #8

merged 2 commits into from
Nov 18, 2023

Conversation

epreston
Copy link
Contributor

  • allow owners of a repository to manually run CI from the github web interface (workflow_dispatch)
  • add concurrency check so CI skips ahead to the latest commit when pushes come in quickly
  • use actions/checkout@v4
  • use actions/setup-node@v4 which defaults to node 20 speeding things up

epreston and others added 2 commits November 15, 2023 05:05
allow owners of a repository to manually run CI from the github web interface  (workflow_dispatch)
add concurrency check so CI skips ahead to the latest commit when pushes come in quickly
use actions/checkout@v4
use actions/setup-node@v4 which defaults to node 20
@LinusBorg LinusBorg merged commit 7ff2c5f into LinusBorg:main Nov 18, 2023
3 checks passed
@epreston epreston deleted the patch-1 branch November 18, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants