Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Nov 19, 2024
1 parent 6d52273 commit 39a5312
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@ on:
- main

jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Debug event
run:
echo "Event name: ${{ github.event_name }} | Branch: ${{ github.ref_name }}"

ci:
uses: ./.github/workflows/django_ci.yml # Call the CI workflow
with:
branch: ${{ github.ref_name }}
secrets: inherit

migrate:
if: github.event_name == 'push' && github.ref_name == 'main'
needs: ci
uses: ./.github/workflows/django_gcp_migrate.yml
secrets:
Expand Down

0 comments on commit 39a5312

Please sign in to comment.