Don't check for presence of ENV['GITHUB_WORKFLOW']
ENV['GITHUB_WORKFLOW']
We already check whether ENV['GITHUB_WORKFLOW'] is equal to Compilations, so we don't need to check that it's not nil.
Compilations
Don't check for presence of
ENV['GITHUB_WORKFLOW']
We already check whether
ENV['GITHUB_WORKFLOW']
is equal toCompilations
,so we don't need to check that it's not nil.