Skip to content

Commit

Permalink
Removed issues with running
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Apr 18, 2024
1 parent 3d94332 commit 09099bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/merge-json-samples.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Merge Samples

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -23,9 +22,6 @@ jobs:
with:
node-version: '16'

- name: Install dependencies
run: npm install

- name: Merge samples
run: node .github/scripts/merge-samples/index.js

Expand Down

0 comments on commit 09099bd

Please sign in to comment.