aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-pr-temp.yaml
blob: 3f3dbe99a8ba0d1f1df196db4d4e8e4dbc08cbc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "test"
on:
  pull_request:
    paths-ignore:
      - ./**/oryx/**
      - ./**/java/**
      - ./**/dotnet/**
      - ./**/php/**
      - ./**/node/**

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - run: 'echo "No build required ; Temporary tweak for merging the PRs until branch protection rules are updated"'