Skip to content

Commit 00498ea

Browse files
committed
wip
1 parent 327ef3e commit 00498ea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
jobs:
99
tests:
10+
needs: [update]
1011
strategy:
1112
matrix:
1213
python-version: ["3.9", "3.10", "3.11", "3.12"]

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
update:
88
runs-on: ubuntu-latest
9-
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'pomerium/enterprise-client'
9+
# if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'pomerium/enterprise-client'
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

0 commit comments

Comments
 (0)