Skip to content

Commit

Permalink
chore: temp change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed May 30, 2024
1 parent 7c756b7 commit a237829
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ on:

jobs:

test-repo;
name: test repo name
runs-on: ubuntu-latest
if: ${{ github.repository_owner = 'gchoqueux' }}
run: echo 'gchoqueux repository'

# Build bundle, doc and check linter
build:
name: Build bundle, check Linter and generate documentation
runs-on: ubuntu-latest
needs: test-repo

steps:

# Use specific Node.js version
Expand Down

0 comments on commit a237829

Please sign in to comment.