Skip to content

Commit

Permalink
trigger workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed Jul 4, 2024
1 parent 33a8375 commit 6a8a6e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: main

on:
push:
branches-ignore: ["dependabot/**"]
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1

concurrency:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

Expand All @@ -26,7 +22,7 @@ jobs:
cache: pip
- name: Install Build Dependencies
run: |
python -m pip install --upgrade doc2dash setuptools -r doc/requirements.txt
python -m pip install --upgrade doc2dash setuptools -r doc/requirements.txt
- name: Build docset
run: |
make -C doc dash
Expand Down Expand Up @@ -137,6 +133,10 @@ jobs:
python -m pyqtgraph.util.glinfo
python -m pyqtgraph.util.get_resolution
if: runner.os != 'Linux'
- name: Show locales
run: |
locale -a
if: runner.os == 'Linux'
- name: Run Tests
run: |
mkdir "$SCREENSHOT_DIR"
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
with:
name: wheel
path: dist/*.whl

analyze:
name: analyze
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a8a6e5

Please sign in to comment.