Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
👷 add manual CI trigger (#39)
Browse files Browse the repository at this point in the history
* "construction_worker: add manual CI trigger

* disable tests for dagster 1.5.5 since it's broken
  • Loading branch information
danielgafni authored Oct 27, 2023
1 parent 674690b commit 8f315d3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
push:
release:
types:
Expand All @@ -31,7 +32,7 @@ jobs:
- "3.8"
dagster_version:
- "1.4.0"
- "1.5.0"
# - "1.5.0" disabled until https://github.com/dagster-io/dagster/issues/17436 is fixed
polars_version:
- "0.17.0"
- "0.18.0"
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
- "3.8"
dagster_version:
- "1.4.0"
- "1.5.0"
# - "1.5.0" disabled until https://github.com/dagster-io/dagster/issues/17436 is fixed
polars_version:
- "0.17.0"
- "0.18.0"
Expand Down
71 changes: 35 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f315d3

Please sign in to comment.