forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 1
46 lines (43 loc) · 942 Bytes
/
ci-sanity-check.yml
File metadata and controls
46 lines (43 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Create the CI Sanity Check entry even when we only have ignored files
name: Quarkus CI Sanity Check
permissions:
contents: read
on:
push:
paths:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'adr/**'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.sdkmanrc'
- '.devcontainer/**'
pull_request:
paths:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'adr/**'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.sdkmanrc'
- '.devcontainer/**'
jobs:
ci-sanity-check:
name: "CI Sanity Check"
runs-on: ubuntu-latest
if: github.repository == 'quarkusio/quarkus'
steps:
- name: Build
run: sleep 1