Difference between revisions of "If: failure()"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
  
  if: failure() && github.event_name != '[[pull_request]]'
+
  if: failure() && [[github.event_name]] != '[[pull_request]]'

Revision as of 10:30, 24 October 2024


if: failure()


if: failure() && github.event_name != 'pull_request'

Advertising: