Gitlab version:
13.8.0-pre
Gitlab runner version:
latest(download at 2020/12/28)
Excepted Result:
Job will be created in pipeline when branch is develop and has been tagged.
Reality:
Job does not created.
CICD yaml:
myjob: only: variables: - ($CI_COMMIT_BRANCH == "develop" && $CI_COMMIT_TAG) script: - echo Hello world