Skip to content

Commit

Permalink
Fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 23, 2023
1 parent 185a649 commit 563083e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unique_python_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
# - cron: "0 0 * * *"

name: Build unique python files
concurrency: build
concurrency: build-unique-python

jobs:
build_and_test:
name: Compile toolchain
runs-on: ubuntu-latest
if: github.repository == 'pypi-data/internal-toolchain'
if: github.repository == 'pypi-data/data'
env:
RUST_BACKTRACE: "1"
steps:
Expand Down

0 comments on commit 563083e

Please sign in to comment.