Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
chore(workflows): Reduce the number of workflows as most of people ar…
Browse files Browse the repository at this point in the history
…e not using forks

Change-Id: I6e15087ffe344a9c953264bf665b2c8c31ebe660
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
benoitf committed Mar 26, 2021
1 parent 1caeb61 commit c881e91
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/happy-path-tests.yaml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
# matrix jobs with alpine and ubi8 on next and stable channels
name: Happy Path

# Trigger the workflow on push or pull request
on: [push, pull_request]
# Trigger the workflow on pull request
on: [pull_request]

jobs:
happy-path:
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
# matrix jobs with alpine and ubi8
name: CI

# Trigger the workflow on push or pull request
on: [push, pull_request]
# Trigger the workflow on pull request
on: [pull_request]

jobs:
# check EOF newline

0 comments on commit c881e91

Please sign in to comment.