diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 3534cd144..571931331 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -12,10 +12,5 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - run: echo ${{ github.event.push.head.ref }} - # - uses: actions/checkout@v4 - # with: - # ref: ${{ github.event.pull_request.head.ref }} - # - uses: actions/setup-python@v4 - # - run: python conda/sync_requirements.py - # - uses: stefanzweifel/git-auto-commit-action@v5 + - run: echo 'Branch: ${{ github.ref }}' + - run: echo 'Branch: ${{ github.ref_name }}'