Skip to content

Commit

Permalink
DO NOT MERGE: OK PR to test CIs
Browse files Browse the repository at this point in the history
This is a test patch to have a long-lived PR that can be used by 3rd
party CI systems to test they are working fine.

The PR resulting from this patch should never get merged.
  • Loading branch information
Akrog committed Apr 23, 2020
1 parent e730b00 commit 770805d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v1
with:
token: ${{ secrets.EMBERIO_ACCESS_TOKEN }}
token: ${{ secrets.WHATEVER }}
commands: help, build
repository: embercsi/3rd-party-ci
issue-type: pull-request
Expand Down
1 change: 1 addition & 0 deletions ember_csi/ember_csi.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ def _log_used_parameters(csi_plugin):


if __name__ == '__main__':
print('Very simple change')
main()

0 comments on commit 770805d

Please sign in to comment.