Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle cancelling dbt Cloud jobs #31

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

b-per
Copy link

@b-per b-per commented Sep 25, 2024

Solves #20

Adding logic to cancel the job that was triggered if the action is still running when we cancel it.

It can be useful when workflow_dispatch is used, but also especially when people trigger CI jobs using this action.

With the additional config

on:
  - pull_request

concurrency:
  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
  cancel-in-progress: true
...

we can actually trigger dbt Cloud CI jobs from the action and if we push more commits to the PR, it will trigger a new CI job and cancel the previous one.

@b-per
Copy link
Author

b-per commented Oct 15, 2024

Quick ping to see if anyone on the fal side still looks after this repo 😃

@b-per
Copy link
Author

b-per commented Oct 24, 2024

@chamini2 sorry for the direct ping, but I think that you are part of the fal-ai org in GitHub

@b-per
Copy link
Author

b-per commented Jan 22, 2025

I released a new action with the feature as it seems that this repo is not monitored anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant