Skip to content

Commit

Permalink
Try to fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Nov 4, 2023
1 parent b5707c1 commit 3df679b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ jobs:
test:
if: ${{ github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id }}
uses: ./.github/workflows/test.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ on:
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ concurrency: ${{ github.workflow }}

on:
workflow_dispatch:
workflow_call:

jobs:
gnome-shell-pod:
Expand Down

0 comments on commit 3df679b

Please sign in to comment.