Skip to content

Commit

Permalink
add workflows for dagster-contrib-gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Oct 28, 2024
1 parent 8752c6e commit d74a7de
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/quality-check-dagster-contrib-gcp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: quality-check-dagster-contrib-gcp
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'libraries/dagster-contrib-gcp/**'

jobs:
check:
uses: ./.github/workflows/template-quality-check.yml
with:
working_directory: ./libraries/dagster-contrib-gcp
14 changes: 14 additions & 0 deletions .github/workflows/release-dagster-contrib-gcp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build-and-release-dagster-contrib-gcp

on:
push:
tags:
- 'dagster_contrib_gcp-*.*.*'

jobs:
build-and-release-dagster-contrib-gcp:
uses: ./.github/workflows/template-release.yml
with:
library_name: dagster-contrib-gcp
working_directory: ./libraries/dagster-contrib-gcp
secrets: inherit

0 comments on commit d74a7de

Please sign in to comment.