Skip to content

Commit

Permalink
drop unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Feb 5, 2025
1 parent f0e9e4a commit dd5df09
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ name: Deploy (checkdeployaction)
on:
push:
branches: [dev, main]
# tags:
# - '*'
# pull_request:
# types:
# - closed
# branches: [main]
pull_request:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -41,7 +36,7 @@ jobs:
# workspace: ${{ secrets.WORKSPACE_ID }}
# checkout-submodules: true
- name: Deploy DAGs/Image
uses: astronomer/deploy-action@v0.9.0
uses: astronomer/deploy-action@fix/rebase-force-push
with:
deployment-name: neel-test
deploy-type: infer
Expand Down

0 comments on commit dd5df09

Please sign in to comment.