Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 26 additions & 10 deletions .github/workflows/mistaken-pull-closer.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
filters:
- true

commentBody: |
Thanks for your contribution! Unfortunately, we don't use GitHub pull
requests to manage code contributions to this repository. Instead, please
see https://ipdk.io/development which provides instructions on how to
submit patches to the IPDK Gerrit instance.

addLabel: false
---
name: 'Test Integration'

on: [ pull_request, push ]


concurrency:
# if workflow for PR or push is already running stop it, and start new one
group: storage-ci-${{ github.ref }}
cancel-in-progress: true

jobs:
run_test:
timeout-minutes: 15
runs-on: ubuntu-latest

steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Run Tests'
run: |
echo "hello world"
- name: 'Run Tests'
if: github.event_name == 'push'
run: |
echo "hello"
1 change: 1 addition & 0 deletions new_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
to test github replication
to test mistaken pull request