Skip to content

SDSS-1374: Drop featured filter from events this week RSS feed view #1258

SDSS-1374: Drop featured filter from events this week RSS feed view

SDSS-1374: Drop featured filter from events this week RSS feed view #1258

# .github/workflows/pull_request_actions.yml
# Actions triggered on pull_request.
# - Runs the tests workflow and deploys an artifact when tests pass.
name: Pull request actions
on:
pull_request:
types: [opened, reopened, ready_for_review, converted_to_draft, synchronize]
jobs:
# Run tests on current PR branch.
tests:
uses: ./.github/workflows/tests.yml
# Allow secrets to be used in the called workflow.
secrets: inherit