forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 1
41 lines (39 loc) · 857 Bytes
/
ci-sanity-check.yml
File metadata and controls
41 lines (39 loc) · 857 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
# Create the CI Sanity Check entry even when we only have ignored files
name: Quarkus CI Sanity Check
on:
push:
paths:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'adr/**'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.sdkmanrc'
pull_request:
paths:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'adr/**'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.sdkmanrc'
jobs:
ci-sanity-check:
name: "CI Sanity Check"
runs-on: ubuntu-latest
if: github.repository == 'quarkusio/quarkus'
steps:
- name: Build
run: sleep 1