Fixed typo in nta examples in years (+ CI fix for forks) - #1052
Conversation
- Replaced '20209-12-17T09:30:46.0Z' with '2019-12-17T09:30:46.0Z'
|
@TuThoThai likely needs backports to all releases. |
|
@thbar we are again in the situation were the ci process does not work. When will it be fixed? |
|
The required check on Current PR does exactly that, and it surfaced something older than the check: Until June that stayed invisible, because fork contributions were only ever validated after merge if I understand well, when the merge commit hit the target branch. So the debt is the missing trigger, not the enforcement: -on: push
+on:
+ push:
+ pull_request: - name: Commit changes
+ if: github.event_name == 'push'The gate is needed because a fork's @skinkie you can take it from here if you want (a patch directly on this PR will be fine I think) - I won't have much time before mid of august. |
|
And thanks @Micovec as you are helping us uncover a bit of pipeline technical debt that is worth solving 😄 |
I have no clue what to do. |
be3a8ae
|
@skinkie you'll have to re-approve, since I'm the last pusher. |
Fixed typo '20209-12-17T09:30:46.0Z' with '2019-12-17T09:30:46.0Z' in nta examples.
In the linked issue I mentioned it should be 2020 but given that the
/PublicationDelivery/PublicationRequest/RequestTimestampis2019-12-17T09:30:46.0Zand not2020-12-17T09:30:46.0ZI believe I was originally mistaken.Fixes: #1048
EDIT @thbar: also in this PR, a fix to ensure the test workflow (
run) will run when we get PR from forks.