You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/privileged-run.yml
+29-9Lines changed: 29 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
-
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
1
+
# This workflow will trigger on pushes, pull requests (to master branch), and manually from the GitHub Actions tab (when requested)
2
+
# sample_run uses matrix to create 12 unique combinations of operating systems and python versions
3
+
# each of the 12 runs download the jars needed to run the KCL, run the sample_kinesis_wordputter.py, and use a timeout command to run the sample_kclpy_app.py
4
+
# auto_merge uses GitHub events to check if dependabot is the pull requester, and if the request fits the criteria the PR is automatically merged
0 commit comments