Skip to content

Instantly share code, notes, and snippets.

@root-ansh-ct
Created April 19, 2022 06:30
Show Gist options
  • Save root-ansh-ct/cb3020b5b126f2b00326e96999043fdb to your computer and use it in GitHub Desktop.
Save root-ansh-ct/cb3020b5b126f2b00326e96999043fdb to your computer and use it in GitHub Desktop.
name: validate PR raised from task/** branched to develop branch
on:
pull_request:
branches: [ develop ]
jobs:
lint-staticChecks-test-build:
if: startsWith(github.head_ref, 'task/')
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Run lint checks and Upload results
uses: ./.github/mini_flows/s3_lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment