Do scheduled workflows support using contexts?

workflows:
version: 2
commit:
jobs:
- build:
context: test-context
itests_hourly:
jobs:
- build:
context: test-context
triggers:
- schedule:
cron: “0 5-17 * * *”
filters:
branches:
only:
- master

The commit workflow works but not the scheduled.

Thanks

I seem to recall the answer is “no” - do a search here or on the ideas board, it’s come up before.

(When posting formatted config, please use Markdown code formatting so that it is readable. A formatting tool is available in the editor).

Thanks for the answer.
This behavior is not officially documented in any of the workflows/contexts or other documents.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.