We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88ce77 commit a4870f5Copy full SHA for a4870f5
2 files changed
.github/workflows/bleeding-edge.yml
@@ -16,9 +16,7 @@ jobs:
16
${{ github.event.pull_request.merged == true &&
17
contains(github.event.pull_request.labels.*.name, 'bleeding-edge') }}
18
timeout-minutes: 45
19
- environment:
20
- name: bleeding-edge
21
- url: https://test.pypi.org/p/crowdstrike-falconpy-dev
+ environment: bleeding-edge
22
runs-on: ubuntu-24.04
23
permissions:
24
contents: read
.github/workflows/development-edge.yml
0 commit comments