Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner authored Jul 30, 2024
1 parent 3e942c7 commit bf6147a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ on:
default: false

jobs:
log:
runs-on: ubuntu-latest
steps:
- name: Show input from dispatch event
run: echo "Canary release flag ${{ inputs.canary-release }}"
tests:
if: inputs.canary-release == false
runs-on: ubuntu-latest
Expand All @@ -32,8 +27,6 @@ jobs:
matrix:
node-version: [18]
steps:
- name: Show input from dispatch event
run: echo "Canary release flag ${{ inputs.canary-release }}"
- uses: actions/checkout@v3
- run: git fetch --depth=1
- uses: actions/setup-node@v3
Expand Down

0 comments on commit bf6147a

Please sign in to comment.