<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kondoumh</author_name>
  <author_url>https://blog.hatena.ne.jp/kondoumh/</author_url>
  <blog_title>kondoumh のブログ</blog_title>
  <blog_url>https://kondoumh.hatenablog.com/</blog_url>
  <categories>
    <anon>CI</anon>
  </categories>
  <description>GitHub Actions ワークフローでは、複数のジョブを順次実行・並列実行・条件実行することができます。各ジョブは異なるマシン(Runner) もしくは コンテナイメージで実行されます。 順次実行 何も指定しなければ、ジョブは並列に実行されます。順次実行するには、needs キーワードで、先行のジョブを指定します。 name: Sequential Jobs on: push: jobs: Build1: runs-on: ubuntu-latest steps: - run: echo Build1 Build2: runs-on: ubuntu-latest needs: Build…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkondoumh.hatenablog.com%2Fentry%2F2021%2F01%2F22%2F133427&quot; title=&quot;GitHub Actions ワークフローで複数のジョブ実行を制御する - kondoumh のブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/k/kondoumh/20200504/20200504111430.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-01-22 13:34:27</published>
  <title>GitHub Actions ワークフローで複数のジョブ実行を制御する</title>
  <type>rich</type>
  <url>https://kondoumh.hatenablog.com/entry/2021/01/22/133427</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
