Skip to content

Commit a4870f5

Browse files
committed
Adjust workflows
1 parent f88ce77 commit a4870f5

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/bleeding-edge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
${{ github.event.pull_request.merged == true &&
1717
contains(github.event.pull_request.labels.*.name, 'bleeding-edge') }}
1818
timeout-minutes: 45
19-
environment:
20-
name: bleeding-edge
21-
url: https://test.pypi.org/p/crowdstrike-falconpy-dev
19+
environment: bleeding-edge
2220
runs-on: ubuntu-24.04
2321
permissions:
2422
contents: read

.github/workflows/development-edge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
${{ github.event.pull_request.merged == true &&
1717
contains(github.event.pull_request.labels.*.name, 'bleeding-edge') }}
1818
timeout-minutes: 45
19-
environment:
20-
name: bleeding-edge
21-
url: https://test.pypi.org/p/crowdstrike-falconpy-dev
19+
environment: bleeding-edge
2220
runs-on: ubuntu-24.04
2321
permissions:
2422
contents: read

0 commit comments

Comments
 (0)