diff --git a/.github/workflows/wave.yml b/.github/workflows/wave.yml index 7138a806d83..00ee152eaf4 100644 --- a/.github/workflows/wave.yml +++ b/.github/workflows/wave.yml @@ -55,14 +55,6 @@ jobs: conda-lock mamba - # Print debugging information - # - name: Print debug info - # run: | - # conda-lock --version - # mamba --version - # echo Locking ${{ inputs.file }} file for ${{ inputs.platform }} platform. - # shell: bash -l {0} - # Run conda-lock - name: Run conda-lock run: | @@ -72,11 +64,12 @@ jobs: MAMBA: "--mamba" shell: bash -l {0} - - name: Commit and push changes - uses: devops-infra/action-commit-push@master - with: - github_token: "${{ secrets.GITHUB_TOKEN }}" - commit_message: "[automated] autogenerated conda-lock files" + # FIXME Why can nothing push? + # - name: Commit and push changes + # uses: devops-infra/action-commit-push@master + # with: + # github_token: "${{ secrets.GITHUB_TOKEN }}" + # commit_message: "[automated] autogenerated conda-lock files" - name: Get the lock file path uses: actions/github-script@v7