[
https://issues.apache.org/jira/browse/BEAM-10465?focusedWorklogId=459306&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-459306
]
ASF GitHub Bot logged work on BEAM-10465:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jul/20 14:07
Start Date: 15/Jul/20 14:07
Worklog Time Spent: 10m
Work Description: TobKed commented on pull request #12233:
URL: https://github.com/apache/beam/pull/12233#issuecomment-658789647
@aaltay thanks for merging :)
Actually I was wrong with statement: "workflows are run only when they
merged to master".
It is possible to run workflows not merged to master e.g. in PR which
introduces new workflow and it is triggered on 'push' event type this new
workflow will run.
> My specific question, is it possible to trigger workflow similar to PR
workflows if changes touch the workflow files?
It is possible to include `'.github/workflows/**'` in `paths`:
https://github.com/apache/beam/blob/master/.github/workflows/build_wheels.yml#L30
Then any change in this dir in PR will trigger `Build python wheels`
workflow run.
Do you think I should create PR with this change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 459306)
Time Spent: 1h 40m (was: 1.5h)
> Add checksum for Python source distribution and wheels
> ------------------------------------------------------
>
> Key: BEAM-10465
> URL: https://issues.apache.org/jira/browse/BEAM-10465
> Project: Beam
> Issue Type: Sub-task
> Components: build-system, sdk-py-core
> Reporter: Tobiasz Kedzierski
> Assignee: Tobiasz Kedzierski
> Priority: P2
> Labels: buid, python-packages, python-wheel
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)