Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Oct 27, 2023
1 parent dfc2ff5 commit 7fdabf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/coveo-ref.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: coveo-testing
name: coveo-ref

on:
push:
Expand All @@ -11,6 +11,7 @@ on:
types: [opened, synchronize, reopened]
paths:
- 'coveo-ref/**'
- '.github/workflows/coveo-ref.yml'

workflow_dispatch:
inputs:
Expand All @@ -35,7 +36,7 @@ jobs:
- name: Run stew ci
uses: coveo/stew@main
with:
project-name: coveo-ref
project-name: ${{ github.workflow }}
python-version: ${{ matrix.python-version }}
poetry-version: "<2"

Expand All @@ -56,7 +57,7 @@ jobs:
- name: Publish to pypi
uses: ./.github/workflows/actions/publish-to-pypi
with:
project-name: coveo-ref
project-name: ${{ github.workflow }}
pypi-token: ${{ secrets.PYPI_TOKEN_COVEO_REF }}
pre-release: ${{ github.ref != 'refs/heads/main' }}
dry-run: ${{ github.ref != 'refs/heads/main' && github.event.inputs.publish != 'true' }}

0 comments on commit 7fdabf0

Please sign in to comment.