Skip to content

Commit

Permalink
matrix not worth it
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Jan 16, 2024
1 parent a386512 commit ed9aab3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-prepare-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,10 @@ jobs:

- name: copy updated env file from merged prepare pr
id: copy-macos-env
matrix:
os: [macos, ubuntu]
if: ${{ jobs.await-workflow.outputs.gh-response == '200' }}
run: |
cp '${{ inputs.epoch }}/${{ inputs.distro }}/passed/qiime2-${{ inputs.distro }}-${{ matrix.os }}-latest-conda.yml' '${{ env.distributions_repo }}/latest/passed/'
cp '${{ inputs.epoch }}/${{ inputs.distro }}/passed/qiime2-${{ inputs.distro }}-macos-latest-conda.yml' '${{ env.distributions_repo }}/latest/passed/'
cp '${{ inputs.epoch }}/${{ inputs.distro }}/passed/qiime2-${{ inputs.distro }}-ubuntu-latest-conda.yml' '${{ env.distributions_repo }}/latest/passed/'
- name: Open Pull Request to update latest env files
id: env-updates-pr
Expand Down

0 comments on commit ed9aab3

Please sign in to comment.