Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:

jobs:
test-github-action-workflow:
# Secrets are not available to pull_request runs from forks, so the
# SCREENLY_API_TOKEN would be empty and `screen list` would fail auth.
# Only run this integration check for same-repository pull requests.
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
name: List screens
steps:
Expand Down
Loading