Skip to content

Commit

Permalink
Fixed workflow ci.yml moved environment before secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 27, 2024
1 parent 086bc86 commit 5f2571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

slow-tests:
uses: ./.github/workflows/run-tests.yml
secrets: inherit
environment:
slow-tests
secrets: inherit
with:
slow-tests: true
python-version: "3.10"
Expand Down

0 comments on commit 5f2571c

Please sign in to comment.