Skip to content

Commit 189533e

Browse files
committed
Update GitHub workflows
Use the new (old?) name ci.yaml for push/merge queue/etc and do some minor cleanup. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ac54a53 commit 189533e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Test PR
22

3-
on: pull_request
3+
on:
4+
pull_request:
45

56
env:
67
# Please make sure this version is included in the `matrix`, as the
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
- name: Run nox
4848
uses: frequenz-floss/[email protected]
4949
with:
50-
git-username: ${{ secrets.GIT_USER }}
51-
git-password: ${{ secrets.GIT_PASS }}
5250
python-version: ${{ matrix.python }}
5351
nox-session: ${{ matrix.nox-session }}
5452

0 commit comments

Comments
 (0)