Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 8, 2023
1 parent e7f3abe commit abec980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-concordia/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ inputs:
description: Python version
required: false
default: '3.11'
type: string
type: string

concurrency:
group: install-concordia-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('setup.py') }}
group: install-concordia-${{ env.RUNNER_OS }}-${{ inputs.python-version }}-${{ hashFiles('setup.py') }}
cancel-in-progress: false

runs:
Expand Down

0 comments on commit abec980

Please sign in to comment.